hi
This commit is contained in:
@@ -62,10 +62,14 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Define time delay for hibernation
|
# Define time delay for hibernation
|
||||||
systemd.sleep.extraConfig = ''
|
systemd.sleep.settings.Sleep = {
|
||||||
HibernateDelaySec=15m
|
HibernateDelaySec = 900;
|
||||||
SuspendState=mem
|
};
|
||||||
'';
|
|
||||||
|
#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";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|||||||
Reference in New Issue
Block a user