feat: properly set a root user password for physical access
Some checks failed
Build_Deploy / linter (push) Successful in 12s
Build_Deploy / build (push) Successful in 21s
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
Build_Deploy / deploy_active (active-ext) (push) Has been cancelled
Build_Deploy / deploy_dns (push) Successful in 1m6s
Build_Deploy / deploy_active (active) (push) Successful in 1m46s

This commit is contained in:
silver 2025-06-24 01:24:52 +01:00
parent 017d383d08
commit 319522e4d3
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 19 additions and 12 deletions

View file

@ -105,6 +105,7 @@ let
];
in {
# nix run github:ryantm/agenix -- -e secret1.age
"base/root_pass.age".publicKeys = users ++ systems;
"dns_certs.secret.age".publicKeys = users ++ systems;
"dns_dnskeys.conf.age".publicKeys = users ++ dns;