hosts/carbon: Add fallback reboot
This commit is contained in:
parent
ee5d2330c5
commit
7d922716af
@ -64,6 +64,13 @@
|
||||
];
|
||||
};
|
||||
|
||||
systemd.services."system-reboot" = {
|
||||
script = ''
|
||||
${pkgs.systemd}/bin/reboot
|
||||
'';
|
||||
startAt = "*-*-* 1/3:13:14";
|
||||
};
|
||||
|
||||
clerie.firewall.enable = true;
|
||||
|
||||
clerie.monitoring = {
|
||||
|
Loading…
Reference in New Issue
Block a user