diff options
| author | Mike Vink <mike@pionative.com> | 2024-07-14 12:05:31 +0200 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-07-14 12:05:31 +0200 |
| commit | f082e711f9305aebc9f8350dc5033fbeae9ae817 (patch) | |
| tree | 4035570985849e58cbd1cd113a139ad91940c2d4 /machines | |
| parent | 98c31cac3e931023b5afeb209af6b6eed2a025c7 (diff) | |
finish
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/pump-netboot.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/pump-netboot.nix b/machines/pump-netboot.nix index ce6b877..5125440 100644 --- a/machines/pump-netboot.nix +++ b/machines/pump-netboot.nix @@ -33,6 +33,7 @@ boot.zfs.forceImportRoot = false; networking.hostId = "7da046cb"; + boot.initrd.availableKernelModules = [ "e1000e" ]; boot.initrd.network = { enable = true; ssh = { |
