From 5a5be26c5471726a8d39a5a578b7e6e68635a23b Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 3 May 2023 12:55:12 -0400 Subject: atlas: fix path to password secret --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/default.nix') 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 = { -- cgit v1.2.3