nixos/installer: Add NFS client
This commit is contained in:
@@ -82,11 +82,12 @@
|
|||||||
${pkgs.gawk}/bin/awk '{ print $1 }')"
|
${pkgs.gawk}/bin/awk '{ print $1 }')"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
boot.supportedFilesystems.nfs = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dhcpcd
|
dhcpcd
|
||||||
lm_sensors
|
lm_sensors
|
||||||
ethtool
|
ethtool
|
||||||
nfs-utils
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Much of this onwards is yoinked from modules/profiles/installation-device.nix
|
# Much of this onwards is yoinked from modules/profiles/installation-device.nix
|
||||||
|
Reference in New Issue
Block a user