From a47d2b431c0c8c6ded7b55ad11c7518a909d731a Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 18 Jan 2026 17:43:45 +0300 Subject: [PATCH] 123 --- configurations/hardware/server.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configurations/hardware/server.nix b/configurations/hardware/server.nix index b7536c7..a4c066f 100644 --- a/configurations/hardware/server.nix +++ b/configurations/hardware/server.nix @@ -11,11 +11,11 @@ ]; boot = { initrd = { - supportedFilesystems = [ - "nfs" - "nfsv4" - "overlay" - ]; + # supportedFilesystems = [ + # "nfs" + # "nfsv4" + # "overlay" + # ]; availableKernelModules = [ "ahci" "xhci_pci"