sarek: intialize service config. Move firewall to base.nix

This commit is contained in:
2023-10-05 23:44:58 +02:00
committed by Felix Albrigtsen
parent 14a9479482
commit 5a55fa3bb1
7 changed files with 51 additions and 19 deletions

View File

@@ -64,7 +64,7 @@
)
];
networking.firewall.allowedTCPPorts = [ 80 22 3100 ];
networking.firewall.allowedTCPPorts = [ 80 3100 ];
# system.copySystemConfiguration = true;