nixos/installer: Add NFS client
This commit is contained in:
parent
ffa5d19854
commit
9ac63220d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user