about summary refs log tree commit diff
path: root/ops/modules/owothia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/owothia.nix')
-rw-r--r--ops/modules/owothia.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/owothia.nix b/ops/modules/owothia.nix
index 9094818737..b2a77cddc2 100644
--- a/ops/modules/owothia.nix
+++ b/ops/modules/owothia.nix
@@ -11,7 +11,7 @@ in {
     secretsFile = lib.mkOption {
       type = lib.types.str;
       description = "File path from which systemd should read secrets";
-      default = "/etc/secrets/owothia";
+      default = "/run/agenix/owothia";
     };
 
     owoChance = lib.mkOption {