~ruther/nixos-config

eb8aa0da6f876bea7908dfc20fd86ba2b4909a28 — Frantisek Bohacek 1 year, 6 months ago 1ac050e
feat: lock on lid close
1 files changed, 1 insertions(+), 1 deletions(-)

M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +1 -1
@@ 68,7 68,7 @@

  services = {
    tlp.enable = true;                      # TLP and auto-cpufreq for power management
    logind.lidSwitch = "ignore";           # Laptop does not go to sleep when lid is closed
    logind.lidSwitch = "lock";           # lock on lid close
    auto-cpufreq.enable = true;
    blueman.enable = true;


Do not follow this link