summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 473d16b..e48d482 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -12,8 +12,8 @@ with inputs; let
age = {
identityPaths = ["/etc/age/key"];
secrets = {
- rootPassword.file = ../secrets/rootPassword.age;
- sethPassword.file = ../secrets/sethPassword.age;
+ rootPassword.file = ../users/secrets/rootPassword.age;
+ sethPassword.file = ../users/secrets/sethPassword.age;
};
};
}