diff options
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/owothia.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/owothia.nix b/ops/modules/owothia.nix index 909481873704..b2a77cddc2dd 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 { |