From 4e081a70d94d6b849e41ee42f1da8715880ad833 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 14 Jan 2024 16:45:00 +0300 Subject: [PATCH] Use desktopSystemConfiguration for enka laptop --- hosts/enka/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;