allowed-uris for nix?
This commit is contained in:
parent
9e8b388aaa
commit
d5832394ad
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@ in
|
||||||
port = cfg.port;
|
port = cfg.port;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.allowed-uris = [
|
||||||
|
"github:"
|
||||||
|
"git+https://github.com/"
|
||||||
|
"git+ssh://github.com/"
|
||||||
|
];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
cfg.port
|
cfg.port
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue