Whitelist git.savannah.gnu.org
Eelco Dolstra committed
Jul 23, 2021 at 14:42 UTC
7e86f94544c57807d97484ccc38a8fab28460fbf
1 file changed
+1
delft/common.nix
+1
@@ -49,6 +49,7 @@ with lib;
49
nix.extraOptions =
50
''
51
allowed-impure-host-deps = /etc/protocols /etc/services /etc/nsswitch.conf
52
+ allowed-uris = https://github.com/ https://git.savannah.gnu.org/
53
'';
54
55
networking.defaultMailServer = {