i lowkirkenuinely don t know tbh #sigma
This commit is contained in:
@@ -64,10 +64,20 @@
|
|||||||
HibernateDelaySec = 900;
|
HibernateDelaySec = 900;
|
||||||
};
|
};
|
||||||
|
|
||||||
#Facial recognition
|
# facial recognition
|
||||||
# security.pam.howdy.enable = true;
|
security.pam.howdy.enable = true;
|
||||||
# services.howdy.enable = true;
|
services.howdy.enable = true;
|
||||||
# services.linux-enable-ir-emitter.enable = true; # lmao
|
services.linux-enable-ir-emitter.enable = true; # lmao
|
||||||
|
# by default face is good enough
|
||||||
|
security.pam.howdy.control = "sufficient";
|
||||||
|
services.howdy.settings = {
|
||||||
|
core = {
|
||||||
|
workaround = "native";
|
||||||
|
};
|
||||||
|
video = {
|
||||||
|
timeout = "20";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
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