From bf23ebcf231d7d51d27732dd0720d926a9ae4877 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 20 Dec 2022 00:59:20 +0100 Subject: [PATCH] Fixed auto-upgrade loki --- loki/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/loki/configuration.nix b/loki/configuration.nix index ddb7c3e..92180be 100644 --- a/loki/configuration.nix +++ b/loki/configuration.nix @@ -525,17 +525,5 @@ with lib; { Defaults pwfeedback ''; - nixpkgs.config.allowUnfree = true; - - system.autoUpgrade = { - enable = true; - allowReboot = true; - flags = [ - "-I" - "nixos-config=/home/bertof/.config/nixpkgs/nixos/loki.nix" - "--upgrade" - ]; - }; - system.stateVersion = "21.11"; }