Allow certain port range in firewall

This commit is contained in:
hodasemi 2025-06-23 13:57:55 +02:00
parent 0c6a648278
commit e91f8be922

View file

@ -23,6 +23,12 @@ in
./shared/ssh.nix
];
networking.firewall = {
allowedTCPPortRanges = [
{ from = 8000; to = 8020 }
];
};
sops = {
defaultSopsFile = ./secrets/ssh-key.yaml;
age = {