summaryrefslogtreecommitdiffstats
path: root/lass/1systems/shodan/config.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-02-19 09:46:00 +0100
committerlassulus <lassulus@lassul.us>2018-02-19 09:46:00 +0100
commit8c600fd0f5c8d63115c5527733885a14ad210913 (patch)
treea500a5530613e6f24d6befbb052f443798ff9716 /lass/1systems/shodan/config.nix
parentd8c6ef4d103da4701092dc8120abe63bb855014a (diff)
l shodan.r: ignore lidswitch
Diffstat (limited to 'lass/1systems/shodan/config.nix')
-rw-r--r--lass/1systems/shodan/config.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/shodan/config.nix b/lass/1systems/shodan/config.nix
index ef015aeb..7fb57544 100644
--- a/lass/1systems/shodan/config.nix
+++ b/lass/1systems/shodan/config.nix
@@ -61,4 +61,8 @@ with import <stockholm/lib>;
SUBSYSTEM=="net", ATTR{address}=="a0:88:b4:29:26:bc", NAME="wl0"
SUBSYSTEM=="net", ATTR{address}=="f0:de:f1:0c:a7:63", NAME="et0"
'';
+
+ services.logind.extraConfig = ''
+ HandleLidSwitch=ignore
+ '';
}