From 82efa133b387154fd151905d9c8aebfb0dce1ca2 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 11 May 2024 09:21:07 +0200 Subject: [PATCH] nixy: remove nfs deps --- nixy/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 8f5352f..ec82f97 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -68,7 +68,7 @@ memtest86.enable = true; }; readOnlyNixStore = true; - supportedFilesystems = ["btrfs" "nfs"]; + supportedFilesystems = ["btrfs"]; tmp.useTmpfs = true; }; @@ -204,7 +204,6 @@ ntp.enable = true; openssh.enable = true; printing.enable = true; - rpcbind.enable = true; pipewire = { enable = true;