mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed mistake
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
boot.initrd.network = {
|
boot.initrd = {
|
||||||
enable = true;
|
network = {
|
||||||
ssh = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 2222;
|
ssh = {
|
||||||
hostKeys = [ "/etc/ssh/initrd_ssh_host_ed25519_key" ];
|
enable = true;
|
||||||
authorizedKeys = config.users.users.richie.openssh.authorizedKeys.keys;
|
port = 2222;
|
||||||
|
hostKeys = [ "/etc/ssh/initrd_ssh_host_ed25519_key" ];
|
||||||
|
authorizedKeys = config.users.users.richie.openssh.authorizedKeys.keys;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
availableKernelModules = [ "igb" ];
|
||||||
};
|
};
|
||||||
availableKernelModules = [ "igb" ];
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user