Remove conflict with iso.nix
This commit is contained in:
parent
2be3440737
commit
b23227589d
1 changed files with 1 additions and 1 deletions
2
base.nix
2
base.nix
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue