From df2625bee74718e82d6f4be82631b7154a771c8e Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Mon, 10 Mar 2025 20:33:10 -0400 Subject: [PATCH] media server stuff --- hosts/media-server/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 22a883c..6e59d2c 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -203,6 +203,11 @@ openFirewall = true; }; + systemd.targets.sleep.enable = false; + systemd.targets.suspend.enable = false; + systemd.targets.hibernate.enable = false; + systemd.targets.hybrid-sleep.enable = false; + # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "25.05"; # Did you read the comment?