From a123b9e0a2a575816bab5b717a1d62b1966ac0a2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 10 Dec 2021 10:24:49 +0300 Subject: refactor(ops): Move owothia secret into agenix Relates to b/161 Change-Id: I25445281b0dd3c3f3660f8bb0d8337506a1e427b --- ops/modules/owothia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/modules/owothia.nix') 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 { -- cgit 1.4.1