about summary refs log tree commit diff
path: root/ops/modules/owothia.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-12-10T07·24+0300
committerVincent Ambo <mail@tazj.in>2021-12-10T07·32+0300
commita123b9e0a2a575816bab5b717a1d62b1966ac0a2 (patch)
tree0f46af019cd0a24a2d207ab32858860ba9e39312 /ops/modules/owothia.nix
parent78744c00f5df97d45b2c1b865cf8756edec0c5a3 (diff)
refactor(ops): Move owothia secret into agenix r/3175
Relates to b/161

Change-Id: I25445281b0dd3c3f3660f8bb0d8337506a1e427b
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 {