Get rid of autoupgrades for being smelly

This commit is contained in:
Jimbo 2024-12-29 09:52:56 -05:00
parent bcadad2420
commit 7a85fe7770
2 changed files with 1 additions and 12 deletions

View file

@ -1,8 +0,0 @@
{ self, ... }:
{
system.autoUpgrade = {
enable = true;
flake = self.outPath;
dates = "daily";
};
}

View file

@ -1,9 +1,6 @@
{ ... }:
{
imports = [
./autoupgrade
./gc
];
imports = [ ./gc ];
nix.settings = {
experimental-features = [