7 lines
86 B
Nix
7 lines
86 B
Nix
|
{ ... }: {
|
||
|
boot.initrd.network = {
|
||
|
enable = true;
|
||
|
ssh.enable = true;
|
||
|
};
|
||
|
}
|