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 d11fdd26ecbc..b9746c172090 100644
--- a/ops/modules/owothia.nix
+++ b/ops/modules/owothia.nix
@@ -12,7 +12,7 @@ in
     secretsFile = lib.mkOption {
       type = lib.types.str;
       description = "File path from which systemd should read secrets";
-      default = "/run/agenix/owothia";
+      default = config.age.secretsDir + "/owothia";
     };
 
     owoChance = lib.mkOption {