This commit is contained in:
2024-11-01 15:59:32 +01:00
parent 3ca6f9fa70
commit 2ce5fb4d43
10 changed files with 94 additions and 39 deletions

View File

@@ -10,5 +10,10 @@ in
enable = mkEnableOption "Enable Angular develompent";
};
config = mkIf cfg.enable { networking.firewall.allowedTCPPorts = [ 8100 ]; };
config = mkIf cfg.enable {
networking.firewall.allowedTCPPorts = [
3000
8100
];
};
}