From 4e317cfd815577df87c35598ef7fd507435fb808 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 23 Nov 2025 17:12:55 +0100 Subject: [PATCH] Specify auto upgrade flags correctly --- configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c8dedb2..9930585 100644 --- a/configuration.nix +++ b/configuration.nix @@ -237,9 +237,10 @@ with pkgs; system.autoUpgrade = { enable = true; allowReboot = true; - flake = "git+https://git.psydnd.org/coolneng/zion#zion"; + flake = "/home/coolneng/system"; flags = [ - "--update-input agenix --update-input nixpkgs" + "--update-input" + "nixpkgs" "--commit-lock-file" ]; };