1
0

hosts/carbon: Add fallback reboot

This commit is contained in:
clerie 2024-08-16 20:09:50 +02:00
parent ee5d2330c5
commit 7d922716af
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -64,6 +64,13 @@
];
};
systemd.services."system-reboot" = {
script = ''
${pkgs.systemd}/bin/reboot
'';
startAt = "*-*-* 1/3:13:14";
};
clerie.firewall.enable = true;
clerie.monitoring = {