nixos/installer: Add NFS client
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 42m53s
Installer / Build installer (push) Successful in 5m15s

This commit is contained in:
Jack O'Sullivan 2024-06-30 00:07:12 +01:00
parent ffa5d19854
commit 9ac63220d5

View File

@ -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