diff options
| author | seth <[email protected]> | 2023-05-03 12:55:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-03 12:55:12 -0400 |
| commit | 5a5be26c5471726a8d39a5a578b7e6e68635a23b (patch) | |
| tree | 25ede59ad0821228bd49c6d7bd671efce5d08339 | |
| parent | f90b70fb3ca3b2da4752b93d29d1a5f8bf906273 (diff) | |
atlas: fix path to password secret
| -rw-r--r-- | hosts/default.nix | 2 |
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 = { |
