Added sha and almost forgor to open port :3
This commit is contained in:
parent
5e68e6ee96
commit
2536831d4a
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue