Remove conflict with iso.nix

This commit is contained in:
Vili Sinervä 2024-10-07 21:45:10 +03:00
parent 2be3440737
commit b23227589d
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -205,7 +205,7 @@
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = true;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
timeout = 0; timeout = pkgs.lib.mkDefault 0;
}; };
services.logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend"; services.logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend";
} }