diff options
author | jeschli <jeschli@gmail.com> | 2018-02-25 16:47:44 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-02-25 16:47:44 +0100 |
commit | e5b89294d763a2ec2c289f08e4050f7776deacfd (patch) | |
tree | 75f1aff22efee3241d2967e3f5f05efd39845868 /lass/1systems/shodan/config.nix | |
parent | 52b846c98b21f19c2a138361191439c487fc87cc (diff) | |
parent | 23a7012581e11e73f1dd9ceb5683c7384836a318 (diff) |
Merge branch 'master' of prism.r:stockholm into staging/jeschli
Diffstat (limited to 'lass/1systems/shodan/config.nix')
-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 + ''; } |