summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-03 12:55:12 -0400
committerseth <[email protected]>2023-05-03 12:55:12 -0400
commit5a5be26c5471726a8d39a5a578b7e6e68635a23b (patch)
tree25ede59ad0821228bd49c6d7bd671efce5d08339 /hosts
parentf90b70fb3ca3b2da4752b93d29d1a5f8bf906273 (diff)
atlas: fix path to password secret
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index 789c320..c0afc02 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -99,7 +99,7 @@ in {
identityPaths = ["/etc/age/key"];
secrets = {
rootPassword.file = "${self}/secrets/hosts/atlas/rootPassword.age";
- atlasPassword.file = "${self}/secrets/hosts/atlas/pbodyPassword.age";
+ atlasPassword.file = "${self}/secrets/hosts/atlas/atlasPassword.age";
binaryCache =
{