about summary refs log tree commit diff stats
path: root/hosts/by-name/server3/configuration.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 15:59:12 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-22 16:02:05 +0100
commit91afda9e4bbaf0dd3e687c1703f4d3d7273484a6 (patch)
tree08792d592aff721a860b6c5521fc48dbb5afc06c /hosts/by-name/server3/configuration.nix
parent{modules,tests}/rocie: Init (diff)
downloadnixos-server-91afda9e4bbaf0dd3e687c1703f4d3d7273484a6.zip
hosts/server3: Replace `grocy` with `rocie`
Diffstat (limited to '')
-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;