1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

autoUpgrade all

This commit is contained in:
2026-01-02 21:43:52 +01:00
parent 9f806822a4
commit f0ec0e99c3

View File

@@ -351,6 +351,17 @@
profiles.default = [
{ nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; }
{ nixpkgs.overlays = [ self.overlays.default ]; }
{
system.autoUpgrade = {
enable = true;
flake = self.outPath;
flags = [
"--print-build-logs"
];
dates = "02:00";
randomizedDelaySec = "45min";
};
}
agenix.nixosModules.default
retiolum.nixosModules.retiolum
nix-topology.nixosModules.default
@@ -374,17 +385,6 @@
configs/save-space.nix
configs/monitoring.nix
self.nixosModules.passport
{
system.autoUpgrade = {
enable = true;
flake = self.outPath;
flags = [
"--print-build-logs"
];
dates = "02:00";
randomizedDelaySec = "45min";
};
}
];
in
{