diff options
author | tzlil <tzlils@protonmail.com> | 2023-01-21 17:34:49 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-01-21 17:34:49 +0200 |
commit | d9317de584c66b068a336889aa9adc3ac3837e5e (patch) | |
tree | f9418f271c8e9bdc2cc6075de471bc4b7049f965 /secrets | |
parent | 5aa3d1eb375f7d67b717f0306752bd974fce1fbc (diff) |
change deploy-rs to nixinate, change user to use passwordFile, add password age secret, remove NetworkManager-wait-online.service
Diffstat (limited to 'secrets')
-rw-r--r-- | secrets/secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index bf4b037..1020fc4 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -6,4 +6,5 @@ let in { "id_ed25519.age".publicKeys = [ tzlil ] ++ systems; + "password.age".publicKeys = [ tzlil ] ++ systems; } \ No newline at end of file |