From f471b27ae0118cd7d97ec5173a96ba0f083a2bf3 Mon Sep 17 00:00:00 2001 From: "root@mail2" Date: Fri, 3 May 2019 21:58:43 +0200 Subject: [PATCH] enable automatic upgrades --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index c53856c..d4685a4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,6 +32,9 @@ 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. i18n = { # consoleFont = "Lat2-Terminus16";