From 42ff8ccf5f5a6573181b47a3a2035d9c6136123c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 6 Aug 2022 13:59:10 -0700 Subject: feat(wpcarro/marcus): Disable auto-reboot This only somewhat works, and I don't really need it. Change-Id: I4e78e5fd49ec07e6cb90a3feef8a4c87cb7b7707 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6047 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/nixos/marcus/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index b4778cad81..fb7470a0e7 100644 --- a/users/wpcarro/nixos/marcus/default.nix +++ b/users/wpcarro/nixos/marcus/default.nix @@ -39,15 +39,6 @@ in interfaces.wlp0s20f3.useDHCP = true; }; - # Schedule daily reboots. - systemd.timers.auto-reboot = { - wantedBy = [ "timers.target" ]; - timerConfig = { - OnCalendar = "*-*-* 03:00:00"; - Unit = "reboot.target"; - }; - }; - services = wpcarro.common.services // { # Enable the Tailscale daemon to connect to work and personal Tailnet. tailscale.enable = true; -- cgit 1.4.1