pepe uses init-ssh
This commit is contained in:
parent
a42f26d4d1
commit
13a9cb2a24
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
#};
|
||||
|
||||
configuration.init-ssh = {
|
||||
enable = "prepare";
|
||||
enable = "enabled";
|
||||
kernelModules = [ "e1000e" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ in {
|
|||
|
||||
kernelModules = mkOption {
|
||||
type = with types; listOf str;
|
||||
descriptin =
|
||||
description =
|
||||
"lspci -v will tell you which kernel module is used for the ethernet interface";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue