diff options
author | lassulus <lassulus@lassul.us> | 2018-02-19 09:46:00 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-02-19 09:46:00 +0100 |
commit | 8c600fd0f5c8d63115c5527733885a14ad210913 (patch) | |
tree | a500a5530613e6f24d6befbb052f443798ff9716 /lass/1systems | |
parent | d8c6ef4d103da4701092dc8120abe63bb855014a (diff) |
l shodan.r: ignore lidswitch
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/shodan/config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/shodan/config.nix b/lass/1systems/shodan/config.nix index ef015aebc..7fb57544f 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 + ''; } |