From 31e04b37ac0df6886e836d96e31f77da4c5023a4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Sep 2025 17:43:08 -0400 Subject: [PATCH] Infini-DL360: add nfs as a supported filsystem --- hosts/Infini-DL360/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 3141bb2..1814564 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -208,4 +208,6 @@ ]; services.printing.enable = true; + + boot.supportedFilesystems.nfs = true; }