about summary refs log tree commit diff stats
path: root/hosts/by-name/server3/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/by-name/server3/configuration.nix')
-rw-r--r--hosts/by-name/server3/configuration.nix5
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;