diff --git a/nix-system-configs/modules/system/compose-songsheet.nix b/nix-system-configs/modules/system/compose-songsheet.nix index 90c3477..3e86526 100644 --- a/nix-system-configs/modules/system/compose-songsheet.nix +++ b/nix-system-configs/modules/system/compose-songsheet.nix @@ -58,6 +58,7 @@ in { 8086 # Wavelog 8087 # PartDB 8070 # Pelican + 8443 # Wings ]; networking.firewall.allowedUDPPorts = [ 80 @@ -65,6 +66,7 @@ in { 8086 # Wavelog 8087 # PartDB 8070 # Pelican + 8443 # Wings ]; system.stateVersion = "25.11";