From 91afda9e4bbaf0dd3e687c1703f4d3d7273484a6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 22 Mar 2026 15:59:12 +0100 Subject: hosts/server3: Replace `grocy` with `rocie` --- hosts/by-name/server3/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hosts/by-name/server3/configuration.nix') diff --git a/hosts/by-name/server3/configuration.nix b/hosts/by-name/server3/configuration.nix index 1736a32..a7cdc1d 100644 --- a/hosts/by-name/server3/configuration.nix +++ b/hosts/by-name/server3/configuration.nix @@ -21,9 +21,10 @@ zones = import ../../../zones {inherit lib;}; }; fail2ban.enable = true; - grocy = { + rocie = { enable = true; - domain = "grocy.vhack.eu"; + domain = "rocie.vhack.eu"; + loginSecret = ./secrets/rocie/login.age; }; nix-sync = { enable = true; -- cgit 1.4.1