reformatted

This commit is contained in:
Jakub Kropáček 2024-12-31 15:40:11 +01:00
parent 56fb3554b9
commit 4d4c63e9ea

View file

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