summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 154bef7..68ffb65 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -31,7 +31,7 @@ in {
31 31
32 system.autoUpgrade = { 32 system.autoUpgrade = {
33 enable = true; 33 enable = true;
34 flake = "path:/etc/nixos/"; 34 flake = "/etc/nixos/";
35 flags = [ 35 flags = [
36 "--update-input" "nixpkgs" 36 "--update-input" "nixpkgs"
37 "--update-input" "nixpkgs-unstable" 37 "--update-input" "nixpkgs-unstable"