summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/auto-upgrade.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/auto-upgrade.nix b/config/auto-upgrade.nix
index b3a96ae..bb82dc7 100644
--- a/config/auto-upgrade.nix
+++ b/config/auto-upgrade.nix
@@ -15,6 +15,9 @@
git pull https://git.orbekk.com/nixos-config.git
'';
};
+ nixos-upgrade = {
+ path = [ pkgs.bzip2.bin ];
+ };
};
system.autoUpgrade = {