Remove boot loader vars in main config

This commit is contained in:
agryphus 2023-12-05 22:55:36 -05:00
parent 7a764a9ef0
commit abf147052b

View file

@ -21,10 +21,6 @@ in
./profiles/xdesktop.nix ./profiles/xdesktop.nix
]; ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
nix = { nix = {
package = pkgs.nixFlakes; package = pkgs.nixFlakes;
extraOptions = '' extraOptions = ''