about summary refs log tree commit diff
path: root/machines/profpatsch/mikiya.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-05-23 18:01:50 +0200
committerProfpatsch <mail@profpatsch.de>2018-05-23 18:01:50 +0200
commit10f1097121512a8ebca1d492a66f26ee95693902 (patch)
treee89ba2d239364262387e9e9f79950293de3a20b2 /machines/profpatsch/mikiya.nix
parent2110a42c2c0ad5fee44c69b7ce2fc0a3024221c2 (diff)
machines/mikiya: add ethernet dev kernel module to initrd
Diffstat (limited to 'machines/profpatsch/mikiya.nix')
-rw-r--r--machines/profpatsch/mikiya.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/mikiya.nix b/machines/profpatsch/mikiya.nix
index 8432c8f1..ac6203db 100644
--- a/machines/profpatsch/mikiya.nix
+++ b/machines/profpatsch/mikiya.nix
@@ -39,11 +39,14 @@ in {
           ssh.authorizedKeys = myLib.authKeys;
           # we wait until the root device is unlocked (by ssh)
           postCommands = ''
+            echo "Waiting for ssh unlock of ${rootDevice} (infinitely)
             while [ ! -e ${rootDevice} ]; do sleep 1; done
           '';
         };
           availableKernelModules = [
             "ahci" "xhci_pci" "usb_storage" "usbhid" "sd_mod"
+          # used for ethernet device(s)
+          "r8169"
           ];
 
         # decrypt root device