base: tag generation as auto if built by auto upgrade service

This commit is contained in:
h7x4
2026-06-01 00:45:54 +09:00
parent 1ce3372683
commit 074d240595
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -46,6 +46,10 @@
system.nixos.tags = lib.optionals (inputs.self.sourceInfo ? dirtyRev) [ "dirty" ];
specialisation."auto-upgrade".configuration = {
system.nixos.tags = [ "auto" ];
};
boot.tmp.cleanOnBoot = lib.mkDefault true;
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;