nixy/nfs: enable rpcbind, add nfs to initrd

This commit is contained in:
Asmir A 2024-04-05 22:52:20 +02:00
parent 5ae8a40f5c
commit 9fd4bb35f2
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

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