diff --git a/flake.nix b/flake.nix index 3d10608..475350a 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,11 @@ modules = [./nix-system-configs/modules/system/compose-songsheet.nix]; }; + "nixos-compose-songsheet" = nixpkgs.lib.nixosSystem { + inherit system; + modules = [./nix-system-configs/modules/system/compose-songsheet.nix]; + }; + "nixos-database" = nixpkgs.lib.nixosSystem { inherit system; modules = [./nix-system-configs/modules/system/database.nix]; diff --git a/nix-system-configs/modules/system/compose-songsheet.nix b/nix-system-configs/modules/system/compose-songsheet.nix index 4e30c81..8dd4628 100644 --- a/nix-system-configs/modules/system/compose-songsheet.nix +++ b/nix-system-configs/modules/system/compose-songsheet.nix @@ -54,12 +54,14 @@ in { 443 8086 # Wavelog 8087 # PartDB + 8070 # Pelican ]; networking.firewall.allowedUDPPorts = [ 80 443 8086 # Wavelog 8087 # PartDB + 8070 # Pelican ]; system.stateVersion = "25.11";