l helios.r: ignore lidswitch

This commit is contained in:
lassulus 2017-12-18 18:52:35 +01:00
parent 457a7ad90f
commit 2500fb454b
2 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,7 @@ with import <stockholm/lib>;
cores = 2;
nets = rec {
internet = {
ip4.addr = "45.62.226.163";
ip4.addr = "64.137.242.41";
aliases = [
"echelon.i"
];

View File

@ -156,4 +156,7 @@ with import <stockholm/lib>;
services.printing.drivers = [ pkgs.postscript-lexmark ];
services.logind.extraConfig = ''
HandleLidSwitch=ignore
'';
}