From 13a9cb2a247f4804543e97e63ba1d052d3b25b04 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 27 Apr 2021 07:03:20 +0200 Subject: [PATCH] pepe uses init-ssh --- configs/pepe/configuration.nix | 2 +- system/server/initssh.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; };