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;
};
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