From 295cfa2b09620391e2300726e22bfdd13c1bed55 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 21 Mar 2026 22:07:01 +0100 Subject: [PATCH] Oops also enable wings through firewall --- nix-system-configs/modules/system/compose-songsheet.nix | 2 ++ 1 file changed, 2 insertions(+) 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";