From dc3b63e42f6b1d2cbaed99cdff366ed913653d80 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 16 Apr 2022 17:51:48 +0200 Subject: store: enable auto updates and upgrades --- config/store.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/store.nix b/config/store.nix index a135292..a237e40 100644 --- a/config/store.nix +++ b/config/store.nix @@ -9,4 +9,5 @@ options = "--delete-old"; }; }; + system.autoUpgrade.enable = true; } -- cgit v1.2.3