Compare commits

..

No commits in common. "fefa12b88133fab4f2be327f7a438dbe7a64f3e7" and "62493285d20d3082c5fe3b8fa4bf1fc855d6387c" have entirely different histories.

4 changed files with 0 additions and 32 deletions

View file

@ -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;
};
}

View file

@ -1,9 +1,4 @@
{ pkgs, ... }:
{
imports = [
./autoupdate.nix
./garbage-collect.nix
./optimise.nix
];
system.stateVersion = "23.11";
}

View file

@ -1,9 +0,0 @@
{ pkgs, ... }:
{
nix.gc = {
automatic = true;
dates = "04:30";
persistent = true;
options = "--delete-older-than 10d";
};
}

View file

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
nix.optimise = {
automatic = true;
dates = [ "05:00" ];
};
}