reformatted
This commit is contained in:
parent
56fb3554b9
commit
4d4c63e9ea
1 changed files with 6 additions and 5 deletions
|
@ -42,11 +42,12 @@ in
|
|||
port = cfg.port;
|
||||
};
|
||||
|
||||
nix.settings.allowed-uris = [
|
||||
"github:"
|
||||
"git+https://github.com/"
|
||||
"git+ssh://github.com/"
|
||||
];
|
||||
nix.settings.allowed-uris = [
|
||||
"github:"
|
||||
"https://github.com/"
|
||||
"git+https://github.com/"
|
||||
"git+ssh://github.com/"
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
cfg.port
|
||||
|
|
Loading…
Reference in a new issue