mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
autoUpgrade all
This commit is contained in:
22
flake.nix
22
flake.nix
@@ -351,6 +351,17 @@
|
|||||||
profiles.default = [
|
profiles.default = [
|
||||||
{ nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; }
|
{ nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; }
|
||||||
{ nixpkgs.overlays = [ self.overlays.default ]; }
|
{ nixpkgs.overlays = [ self.overlays.default ]; }
|
||||||
|
{
|
||||||
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
flake = self.outPath;
|
||||||
|
flags = [
|
||||||
|
"--print-build-logs"
|
||||||
|
];
|
||||||
|
dates = "02:00";
|
||||||
|
randomizedDelaySec = "45min";
|
||||||
|
};
|
||||||
|
}
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
retiolum.nixosModules.retiolum
|
retiolum.nixosModules.retiolum
|
||||||
nix-topology.nixosModules.default
|
nix-topology.nixosModules.default
|
||||||
@@ -374,17 +385,6 @@
|
|||||||
configs/save-space.nix
|
configs/save-space.nix
|
||||||
configs/monitoring.nix
|
configs/monitoring.nix
|
||||||
self.nixosModules.passport
|
self.nixosModules.passport
|
||||||
{
|
|
||||||
system.autoUpgrade = {
|
|
||||||
enable = true;
|
|
||||||
flake = self.outPath;
|
|
||||||
flags = [
|
|
||||||
"--print-build-logs"
|
|
||||||
];
|
|
||||||
dates = "02:00";
|
|
||||||
randomizedDelaySec = "45min";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user