pepe uses init-ssh

This commit is contained in:
Ingolf Wagner 2021-04-27 07:03:20 +02:00
parent a42f26d4d1
commit 13a9cb2a24
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
#};
configuration.init-ssh = {
enable = "prepare";
enable = "enabled";
kernelModules = [ "e1000e" ];
};

View file

@ -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";
};