From 549ec4b961cdf411177eb2f3897a0df64cb677b3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 3 Aug 2025 19:14:43 +0200 Subject: modules/grocy: Init --- hosts/by-name/server3/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') 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 {}; -- cgit 1.4.1