mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 07:31:54 -05:00
mauville: simplify initrd sshd setup
This commit is contained in:
parent
9826b92e39
commit
9da576898c
|
@ -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];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue