Disable lid switch

This commit is contained in:
Tim Schubert 2021-01-02 20:53:57 +01:00
parent 1b27c2fb11
commit f923bbb38e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -11,6 +11,8 @@ in
"10.3.3.3" = [ "hydra.dadada.li" ];
};
services.logind.lidSwitch = "ignore";
services.hydra = {
enable = true;
hydraURL = "https://hydra.dadada.li";