enable automatic upgrades
This commit is contained in:
parent
b55b9b5d7c
commit
f471b27ae0
|
@ -32,6 +32,9 @@
|
||||||
firewall.rejectPackets = true;
|
firewall.rejectPackets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Automatic update each day at 04:40. Will not restart the system, so a reboot every now and then is a good idea.
|
||||||
|
system.autoUpgrade.enable = true;
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n = {
|
i18n = {
|
||||||
# consoleFont = "Lat2-Terminus16";
|
# consoleFont = "Lat2-Terminus16";
|
||||||
|
|
Loading…
Reference in a new issue