Update dependencies
This commit is contained in:
parent
cd66395270
commit
b06fd3cceb
4 changed files with 13 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue