diff options
Diffstat (limited to 'users/wpcarro/nixos/marcus')
-rw-r--r-- | users/wpcarro/nixos/marcus/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix index b4778cad81f4..fb7470a0e742 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; |