hi
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user