mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
better auto upgrades
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
flake = "github:Moe1369/nix-fleet#${host}";
|
flake = "github:Moe1369/nix-fleet#${host}";
|
||||||
dates = "Sun 04:00";
|
dates = "Sun 04:00";
|
||||||
|
persistent = true;
|
||||||
|
};
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "Sun 04:00";
|
||||||
|
options = "--delete-older-than 7d";
|
||||||
|
persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user