From 589bb177d516abcb364092df0e85fd8bee9a50bd Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 28 Oct 2025 16:19:08 +0100 Subject: [PATCH] add nfs manual mounting support --- hosts/common/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index 544cd45..954748e 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -13,6 +13,8 @@ nixpkgs.overlays = overlays; + boot.supportedFilesystems = [ "nfs" ]; + users.users.smayzy = { homeMode = "710"; isNormalUser = true;