diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/by-name/server3/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
