From 2536831d4a8bcdb3ce40baffc1d8167ce9b19ca2 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sat, 7 Feb 2026 17:36:54 +0100 Subject: [PATCH] Added sha and almost forgor to open port :3 --- nix-system-configs/modules/secrets/sops-nix.nix | 2 +- nix-system-configs/modules/system/compose-songsheet.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nix-system-configs/modules/secrets/sops-nix.nix b/nix-system-configs/modules/secrets/sops-nix.nix index 6d26972..470539c 100644 --- a/nix-system-configs/modules/secrets/sops-nix.nix +++ b/nix-system-configs/modules/secrets/sops-nix.nix @@ -11,7 +11,7 @@ "${builtins.fetchTarball { url = "https://github.com/Mic92/sops-nix/archive/${commit}.tar.gz"; # replace this with an actual hash - sha256 = "0000000000000000000000000000000000000000000000000000"; + sha256 = "ktjWTq+D5MTXQcL9N6cDZXUf9kX8JBLLBLT0ZyOTSYY="; }}/modules/sops" ]; diff --git a/nix-system-configs/modules/system/compose-songsheet.nix b/nix-system-configs/modules/system/compose-songsheet.nix index 065e47b..e2ac055 100644 --- a/nix-system-configs/modules/system/compose-songsheet.nix +++ b/nix-system-configs/modules/system/compose-songsheet.nix @@ -51,11 +51,13 @@ 80 443 8086 # Wavelog + 8087 # PartDB ]; networking.firewall.allowedUDPPorts = [ 80 443 8086 # Wavelog + 8087 # PartDB ]; system.stateVersion = "25.11";