fix(nfs): support nfs on boot
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b135e6cb61
commit
a2d07c2f87
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
rpcbind.enable = true; # needed for NFS
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = ["nfs"];
|
||||
environment.systemPackages = with pkgs; [nfs-utils];
|
||||
|
||||
systemd.mounts = [
|
||||
|
|
Loading…
Reference in a new issue