AutoUpdate : Remove unused autoUpgrade source.

This commit is contained in:
Dmitry Voronin 2024-04-14 23:12:12 +03:00
parent 11ea09cf74
commit 0451c75fa1
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,10 +0,0 @@
{ const, ... }: {
system.autoUpgrade = {
enable = true;
allowReboot = false;
dates = "hourly";
flake = "git+${const.url}";
operation = "switch";
persistent = true;
};
}