nixy/nfs: enable rpcbind, add nfs to initrd
This commit is contained in:
parent
5ae8a40f5c
commit
9fd4bb35f2
@ -55,7 +55,7 @@
|
||||
memtest86.enable = true;
|
||||
};
|
||||
readOnlyNixStore = true;
|
||||
supportedFilesystems = ["btrfs"];
|
||||
supportedFilesystems = ["btrfs" "nfs"];
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
@ -187,6 +187,7 @@
|
||||
ntp.enable = true;
|
||||
openssh.enable = true;
|
||||
printing.enable = true;
|
||||
rpcbind.enable = true;
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user