enable automatic upgrades

This commit is contained in:
root@mail2 2019-05-03 21:58:43 +02:00
parent b55b9b5d7c
commit f471b27ae0

View file

@ -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";