From a55db1401ad533bfa604da7878a34945b70b7e05 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 13 Jul 2024 05:05:06 -0500 Subject: [PATCH] remove redundant config --- nixos/profiles/hw-supermicro.nix | 3 --- 1 file changed, 3 deletions(-) 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;