parent
83f4932be5
commit
a38a53a7c5
4 changed files with 3 additions and 46 deletions
|
|
@ -19,7 +19,7 @@ in {
|
|||
};
|
||||
services.fwupd.enable = true; #fwupdmgr update
|
||||
boot = {
|
||||
#kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
loader = {
|
||||
systemd-boot.enable = !config.${namespace}.hardware.secureBoot.enable;
|
||||
efi.canTouchEfiVariables = !config.${namespace}.hardware.asahi.enable;
|
||||
|
|
@ -29,12 +29,6 @@ in {
|
|||
# It will just not appear on screen unless a key is pressed
|
||||
loader.timeout = 0;
|
||||
};
|
||||
services.logind = {
|
||||
lidSwitch = mkDefault "suspend";
|
||||
powerKey = mkDefault "suspend";
|
||||
powerKeyLongPress = mkDefault "poweroff";
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue