fix(nfs): support nfs on boot
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-23 17:58:48 -05:00
parent b135e6cb61
commit a2d07c2f87

View file

@ -27,7 +27,7 @@
rpcbind.enable = true; # needed for NFS
};
boot.supportedFilesystems = ["nfs"];
environment.systemPackages = with pkgs; [nfs-utils];
systemd.mounts = [