From 7d922716af4ed0039671dea2d7247868abda1d36 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 16 Aug 2024 20:09:50 +0200 Subject: [PATCH] hosts/carbon: Add fallback reboot --- hosts/carbon/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/carbon/configuration.nix b/hosts/carbon/configuration.nix index 0841856..1986f9f 100644 --- a/hosts/carbon/configuration.nix +++ b/hosts/carbon/configuration.nix @@ -64,6 +64,13 @@ ]; }; + systemd.services."system-reboot" = { + script = '' + ${pkgs.systemd}/bin/reboot + ''; + startAt = "*-*-* 1/3:13:14"; + }; + clerie.firewall.enable = true; clerie.monitoring = {