diff --git a/configs/pepe/configuration.nix b/configs/pepe/configuration.nix index 7e55d0a..dbebcf7 100644 --- a/configs/pepe/configuration.nix +++ b/configs/pepe/configuration.nix @@ -35,7 +35,7 @@ #}; configuration.init-ssh = { - enable = "prepare"; + enable = "enabled"; kernelModules = [ "e1000e" ]; }; diff --git a/system/server/initssh.nix b/system/server/initssh.nix index 67512bf..decec0b 100644 --- a/system/server/initssh.nix +++ b/system/server/initssh.nix @@ -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"; };