Added sha and almost forgor to open port :3

This commit is contained in:
Root User 2026-02-07 17:36:54 +01:00
parent 5e68e6ee96
commit 2536831d4a
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@
"${builtins.fetchTarball { "${builtins.fetchTarball {
url = "https://github.com/Mic92/sops-nix/archive/${commit}.tar.gz"; url = "https://github.com/Mic92/sops-nix/archive/${commit}.tar.gz";
# replace this with an actual hash # replace this with an actual hash
sha256 = "0000000000000000000000000000000000000000000000000000"; sha256 = "ktjWTq+D5MTXQcL9N6cDZXUf9kX8JBLLBLT0ZyOTSYY=";
}}/modules/sops" }}/modules/sops"
]; ];

View file

@ -51,11 +51,13 @@
80 80
443 443
8086 # Wavelog 8086 # Wavelog
8087 # PartDB
]; ];
networking.firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
80 80
443 443
8086 # Wavelog 8086 # Wavelog
8087 # PartDB
]; ];
system.stateVersion = "25.11"; system.stateVersion = "25.11";