Get rid of autoupgrades for being smelly
This commit is contained in:
parent
bcadad2420
commit
7a85fe7770
|
@ -1,8 +0,0 @@
|
|||
{ self, ... }:
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = self.outPath;
|
||||
dates = "daily";
|
||||
};
|
||||
}
|
|
@ -1,9 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./autoupgrade
|
||||
./gc
|
||||
];
|
||||
imports = [ ./gc ];
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [
|
||||
|
|
Loading…
Reference in a new issue