weekly update
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
../../modules/base.nix
|
||||
../../modules/japanese.nix
|
||||
../../modules/gc.nix
|
||||
../../modules/upgrade.nix
|
||||
../../modules/steam.nix
|
||||
../../modules/guitar.nix
|
||||
];
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
../../modules/niri.nix
|
||||
../../modules/japanese.nix
|
||||
../../modules/gc.nix
|
||||
../../modules/upgrade.nix
|
||||
];
|
||||
|
||||
networking.hostName = "laptop";
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
../../modules/dev
|
||||
../../modules/niri.nix
|
||||
../../modules/gc.nix
|
||||
../../modules/upgrade.nix
|
||||
../../modules/japanese.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,18 +1,5 @@
|
||||
{ config, inputs, ... }:
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = inputs.self.outPath;
|
||||
flags = [
|
||||
"--update-input" "nixpkgs"
|
||||
"--no-write-lock-file"
|
||||
"--print-build-logs"
|
||||
];
|
||||
dates = "02:00";
|
||||
randomizedDelaySec = "45min";
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{ inputs, ... }: {
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = inputs.self.outPath;
|
||||
flags = [
|
||||
"--update-input" "nixpkgs"
|
||||
"--no-write-lock-file"
|
||||
"--print-build-logs"
|
||||
];
|
||||
dates = "weekly";
|
||||
persistent = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user