From 9e183a6306fa1ab96466d07393f39148e8a30b1c Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Thu, 8 May 2025 17:36:23 -0400 Subject: [PATCH] 383 current 2025-05-08 17:36:04 25.05.20250424.f771eb4 6.12.24 * --- hosts/rq/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index 71dba0b..d32bb77 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -67,6 +67,7 @@ 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; @@ -220,7 +221,7 @@ in { } { # are you serious? - command = "/run/current-system/sw/bin/nixos-rebuild switch --flake /home/synchronous/nix-cfg/flake.nix"; + command = "/run/current-system/sw/bin/nixos-rebuild"; options = ["NOPASSWD"]; } ];