diff options
author | Minijackson <minijackson@riseup.net> | 2021-05-24 20:18:19 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-05-24 20:18:19 +0200 |
commit | 55fe9e8a708d78439b8ca1a083decb7738049980 (patch) | |
tree | 1692ac0a6261c2762346b0423a893617b964654e /configuration.nix | |
parent | f8f2e30fe7cc7a6951aff5616e12b854ed3fa6a7 (diff) | |
download | nixos-config-reborn-55fe9e8a708d78439b8ca1a083decb7738049980.tar.gz nixos-config-reborn-55fe9e8a708d78439b8ca1a083decb7738049980.zip |
autoUpgrade: do not specify path URI so that commit works
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 2 |
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" |