summaryrefslogtreecommitdiff
path: root/share/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'share/common.nix')
-rw-r--r--share/common.nix6
1 files changed, 0 insertions, 6 deletions
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;