From 10bd54d59f3bfebf8697b9bc0edaadda9ffb688f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 10 Oct 2019 18:35:47 +0100 Subject: [PATCH] disable autoupgrade --- nixos/common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/common.nix b/nixos/common.nix index 0e1b5082..e4478a73 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -60,7 +60,6 @@ in }; system = { - autoUpgrade.enable = true; stateVersion = "19.09"; }; }