diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index d32bb77..c775dad 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -67,11 +67,11 @@ in { # system.res = "1366x768"; # Bootloader. - services.logind.lidSwitchExternalPower = "ignore"; boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/nvme0n1"; boot.loader.grub.useOSProber = true; boot.loader.grub.version = 2; + services.logind.lidSwitchExternalPower = "ignore"; #boot = { # loader.systemd-boot = { # enable = true;