allowed-uris for nix?

This commit is contained in:
Jakub Kropáček 2024-12-31 15:34:20 +01:00
parent 9e8b388aaa
commit d5832394ad

View file

@ -42,6 +42,12 @@ in
port = cfg.port;
};
nix.settings.allowed-uris = [
"github:"
"git+https://github.com/"
"git+ssh://github.com/"
];
networking.firewall.allowedTCPPorts = [
cfg.port
];