Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-11-20 21:48:27 +01:00
parent cd66395270
commit b06fd3cceb
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@
{ bits = 4096; path = "${config.chvp.dataPrefix}/etc/ssh/ssh_host_rsa_key"; type = "rsa"; }
{ path = "${config.chvp.dataPrefix}/etc/ssh/ssh_host_ed25519_key"; type = "ed25519"; }
];
authorizedKeysFiles = [ "/run/secrets/authorized_keys/%u" ];
authorizedKeysFiles = [ "/run/agenix/authorized_keys/%u" ];
};
age.secrets."authorized_keys/root".file = ../../../secrets/authorized_keys/root.age;