fix autoupdate

This commit is contained in:
Joakim Repomaa
2024-11-04 16:30:17 +02:00
parent 0c95824992
commit 79b598cd25

View File

@@ -19,7 +19,7 @@
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "/etc/nixos"; flake = "sourcehut:~repomaa/NixOS";
flags = [ flags = [
"--update-input" "--update-input"
"nixpkgs" "nixpkgs"
@@ -148,4 +148,3 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment? system.stateVersion = "23.05"; # Did you read the comment?
} }