diff --git a/share/common.nix b/share/common.nix index 9e1b306..cc44c93 100644 --- a/share/common.nix +++ b/share/common.nix @@ -228,12 +228,6 @@ in ''; }; - # auto update - system.autoUpgrade = { - enable = true; - allowReboot = false; - }; - # trim the disks weekly services.fstrim = { enable = true;