switch to age keys

This commit is contained in:
uku 2024-01-18 16:35:14 +01:00
parent a5a4e36fac
commit 6a456fc990
Signed by: uku
GPG key ID: 7D01D7B105E77166
6 changed files with 48 additions and 48 deletions

View file

@ -7,7 +7,7 @@
...
}: {
age = {
identityPaths = ["/etc/ssh/ssh_host_ed25519_key"];
identityPaths = ["/etc/age/key"];
secrets = {
rootPassword.file = ../secrets/${config.networking.hostName}/rootPassword.age;