bjarte: only keep 5 nixos revisions

This commit is contained in:
2024-07-08 22:30:11 +02:00
parent eda580dbc3
commit 08a31cba75
2 changed files with 11 additions and 4 deletions

View File

@@ -26,4 +26,10 @@
"--update-input" "nixos-hardware"
];
# lots of "empty" updates
boot.loader.grub.configurationLimit = 15;
boot.loader.systemd-boot.configurationLimit = 15;
boot.loader.raspberryPi.uboot.configurationLimit = 15;
boot.loader.generic-extlinux-compatible.configurationLimit = 15;
}