From 9813aaf27b966ed169f30ad0992b96c0fe757a35 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Thu, 19 Sep 2024 23:06:40 +0100 Subject: [PATCH] kilgharrah: disable autosuspend --- hosts/kilgharrah/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 00daac3..01377be 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -35,6 +35,9 @@ tor-browser-bundle-bin zoom-us ]; + + # For the moment, this hosts some network-accessible services, so we want it on 24/7 + programs.plasma.powerdevil.AC.autoSuspend.action = "nothing"; }; programs.steam.enable = true;