This commit is contained in:
TheCrazyInsanity
2026-04-11 20:14:51 +00:00
parent 68f4726bcf
commit 23058e5831

View File

@@ -62,10 +62,14 @@
];
# Define time delay for hibernation
systemd.sleep.extraConfig = ''
HibernateDelaySec=15m
SuspendState=mem
'';
systemd.sleep.settings.Sleep = {
HibernateDelaySec = 900;
};
#Facial recognition
# security.pam.howdy.enable = true;
services.howdy.enable = true;
services.linux-enable-ir-emitter.enable = true; # lmao
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;