From 2a32b0613de8e4a7d4dbce9ffb599a14343a0cba Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sat, 16 Mar 2024 16:53:48 +0530 Subject: [PATCH] bebop: boot instead of switch Hoping to reduce server non-responsiveness, probably due to cloudflared failing to restart after a switch. --- hosts/bebop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/bebop/configuration.nix b/hosts/bebop/configuration.nix index f3bc287..9ba5833 100644 --- a/hosts/bebop/configuration.nix +++ b/hosts/bebop/configuration.nix @@ -94,6 +94,7 @@ in allowReboot = true; flake = "git+https://git.bhankas.org/payas/nixos#bebop"; dates = "04:00"; + operation = "boot"; randomizedDelaySec = "05min"; rebootWindow = { lower = "04:30";