1
0

modules/clerie-system-upgrade: Always reboot after an update

This commit is contained in:
2025-06-30 18:35:57 +02:00
parent 4245ae84ed
commit 43d1133772
9 changed files with 3 additions and 25 deletions

View File

@@ -238,7 +238,6 @@
};
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};

View File

@@ -112,7 +112,6 @@
};
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
startAt = "*-*-* 06:22:00";
};

View File

@@ -106,7 +106,6 @@
};
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
startAt = "*-*-* 07:22:00";
};

View File

@@ -162,7 +162,6 @@
'';
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};

View File

@@ -71,7 +71,6 @@
networking.firewall.allowedTCPPorts = [ 80 443 ];
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};

View File

@@ -42,7 +42,6 @@
networking.firewall.allowedUDPPorts = [];
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};

View File

@@ -53,7 +53,6 @@
};
clerie.system-auto-upgrade = {
allowReboot = true;
autoUpgrade = true;
};