diff --git a/nixos/installer.nix b/nixos/installer.nix index 9e6abb9..2e53810 100644 --- a/nixos/installer.nix +++ b/nixos/installer.nix @@ -82,11 +82,12 @@ ${pkgs.gawk}/bin/awk '{ print $1 }')" ''; + boot.supportedFilesystems.nfs = true; + environment.systemPackages = with pkgs; [ dhcpcd lm_sensors ethtool - nfs-utils ]; # Much of this onwards is yoinked from modules/profiles/installation-device.nix