From 9fd4bb35f2820de07bfdde82309f1ea8e091bb91 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 5 Apr 2024 22:52:20 +0200 Subject: [PATCH] nixy/nfs: enable rpcbind, add nfs to initrd --- nixy/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 260eb74..457e32f 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -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;