mauville: simplify initrd sshd setup

This commit is contained in:
Aly Raffauf 2024-07-17 11:33:51 -04:00
parent 9826b92e39
commit 9da576898c

View file

@ -60,8 +60,6 @@ in {
ssh = { ssh = {
enable = true; enable = true;
port = 22;
authorizedKeyFiles = config.users.users.root.openssh.authorizedKeys.keyFiles;
hostKeys = [/etc/secrets/initrd/ssh_host_ed25519_key]; hostKeys = [/etc/secrets/initrd/ssh_host_ed25519_key];
}; };