about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-08-03 19:14:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-08-03 19:45:11 +0200
commit549ec4b961cdf411177eb2f3897a0df64cb677b3 (patch)
treefbfe3ff9c4e581f840d1c75690906693336aa9a1 /hosts
parent{modules,test}/jitsi-meet: Init (diff)
downloadnixos-server-549ec4b961cdf411177eb2f3897a0df64cb677b3.zip
modules/grocy: Init grocy-new
Diffstat (limited to 'hosts')
-rw-r--r--hosts/by-name/server3/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix
index 6966e58..1736a32 100644
--- a/hosts/by-name/server3/configuration.nix
+++ b/hosts/by-name/server3/configuration.nix
@@ -21,6 +21,10 @@
       zones = import ../../../zones {inherit lib;};
     };
     fail2ban.enable = true;
+    grocy = {
+      enable = true;
+      domain = "grocy.vhack.eu";
+    };
     nix-sync = {
       enable = true;
       domains = import ./websites.nix {};