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 = [
|
imports = [ ./gc ];
|
||||||
./autoupgrade
|
|
||||||
./gc
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
|
|
Loading…
Reference in a new issue