AutoUpdate : Remove unused autoUpgrade source.
This commit is contained in:
parent
11ea09cf74
commit
0451c75fa1
|
@ -1,10 +0,0 @@
|
||||||
{ const, ... }: {
|
|
||||||
system.autoUpgrade = {
|
|
||||||
enable = true;
|
|
||||||
allowReboot = false;
|
|
||||||
dates = "hourly";
|
|
||||||
flake = "git+${const.url}";
|
|
||||||
operation = "switch";
|
|
||||||
persistent = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue