Compare commits
No commits in common. "fefa12b88133fab4f2be327f7a438dbe7a64f3e7" and "62493285d20d3082c5fe3b8fa4bf1fc855d6387c" have entirely different histories.
fefa12b881
...
62493285d2
4 changed files with 0 additions and 32 deletions
|
@ -1,11 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
system.autoUpgrade = {
|
|
||||||
enable = true;
|
|
||||||
dates = "04:00";
|
|
||||||
flake = "https://git.huwe.mooo.com/willifan/nix-config.git";
|
|
||||||
persistent = true;
|
|
||||||
randomizedDelaySec = "5min";
|
|
||||||
fixedRandomDelay = true;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,9 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./autoupdate.nix
|
|
||||||
./garbage-collect.nix
|
|
||||||
./optimise.nix
|
|
||||||
];
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
|
@ -1,9 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
nix.gc = {
|
|
||||||
automatic = true;
|
|
||||||
dates = "04:30";
|
|
||||||
persistent = true;
|
|
||||||
options = "--delete-older-than 10d";
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
nix.optimise = {
|
|
||||||
automatic = true;
|
|
||||||
dates = [ "05:00" ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue