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 = {