Fixed auto-upgrade loki

This commit is contained in:
Filippo Berto 2022-12-20 00:59:20 +01:00
parent db6f8476f1
commit bf23ebcf23
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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