Compare commits

..

No commits in common. "f12f74f77a6c5d8ff6a59353de530638affdc985" and "953589075efd900105daa89c9910d45a963d0303" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -12,7 +12,7 @@ in {
# it's about power management
services.logind = {
lidSwitch = "suspend-then-hibernate";
lidSwitchExternalPower = "suspend";
lidSwitchExternalPower = "lock";
extraConfig = ''
HandlePowerKey=suspend-then-hibernate
HibernateDelaySec=3600

View file

@ -36,10 +36,7 @@ in {
myOptions.system.impermanence.home.extraDirectories = optional cfg.hplip.enable ".hplip";
# Support for SANE (Scanner Access Now Easy) scanners
hardware.sane = {
enable = true;
extraBackends = optional cfg.hplip.enable pkgs.hplipWithPlugin;
};
hardware.sane.enable = true;
users.extraGroups.scanner.members = ["${cfgUser}"];
users.extraGroups.lp.members = ["${cfgUser}"];