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"; }