diff --git a/nixos/profiles/hw-supermicro.nix b/nixos/profiles/hw-supermicro.nix index 4384ba7..31b164b 100644 --- a/nixos/profiles/hw-supermicro.nix +++ b/nixos/profiles/hw-supermicro.nix @@ -2,9 +2,6 @@ with lib; { boot = { - # for managing/mounting nfs - supportedFilesystems = [ "nfs" ]; - loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;