From afa4dd4a479a0438351a93bf66860d0f0b0f9f43 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 23 Dec 2024 14:06:25 +0100 Subject: [PATCH] Disabled sleep-at-night --- machines/solis/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/machines/solis/configuration.nix b/machines/solis/configuration.nix index 76601a9..ed28772 100644 --- a/machines/solis/configuration.nix +++ b/machines/solis/configuration.nix @@ -48,14 +48,14 @@ }; }; - services.sleep-at-night = { - enable = true; - shutdown = { - hour = 00; - minute = 30; - }; - wakeup = "08:00:00"; - }; + # services.sleep-at-night = { + # enable = true; + # shutdown = { + # hour = 00; + # minute = 30; + # }; + # wakeup = "08:00:00"; + # }; networking.firewall.enable = true; networking.firewall.allowPing = true;