commit dbd92b3834dd2f75c11cdef4c4cb370f82da0315
parent 883b3cb3cfc09c7becc2f0069d2c25cd2b220fc3
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 8 May 2022 13:21:39 +0200
systems/aomi: do not handle lid closing
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix
@@ -135,6 +135,12 @@ in
];
services = {
+ netdata.enable = true;
+ logind.extraConfig = ''
+ HandleLidSwitch=ignore
+ HandleLidSwitchExternalPower=ignore
+ HandleLidSwitchDocked=ignore
+ '';
syncthing.guiAddress = "${metadata.hosts.aomi.wireguard.addrs.v4}:8384";
smartd = {
enable = true;