diff --git a/hosts/enka/hardware.nix b/hosts/enka/hardware.nix index 569e1c4..759250d 100644 --- a/hosts/enka/hardware.nix +++ b/hosts/enka/hardware.nix @@ -1,6 +1,6 @@ { ulib, ... }: with ulib; -systemConfiguration { +desktopSystemConfiguration { boot.loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true;