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"