commit | a0d8a925fd813ac6dc730878298a6ac99a26ad61 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat May 28 07:00:50 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat May 28 07:00:50 2022 +0100 |
tree | a42fa157c8e95c25af158f356bc9a0519e27a0a1 | |
parent | aafce9ca412e2b2a784c05fb0f8e6da9e0b15a47 [diff] |
Allow grocy through the firewall
diff --git a/src/apps/system/grocy.nix b/src/apps/system/grocy.nix index 14b9848..44c92a2 100644 --- a/src/apps/system/grocy.nix +++ b/src/apps/system/grocy.nix
@@ -15,4 +15,6 @@ dataDir = "/var/lib/grocy"; nginx.enableSSL = false; # must be false as we are hosting locally }; + + networking.firewall.allowedTCPPorts = [ 80 ]; }