diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-04-16 17:51:48 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-04-16 17:51:48 +0200 |
| commit | dc3b63e42f6b1d2cbaed99cdff366ed913653d80 (patch) | |
| tree | 79e1c3b7154112fa61fe0117355eb331828bf999 /config/store.nix | |
| parent | 35143ef1d552e0b727dc4ed206d17944c33c0d6a (diff) | |
store: enable auto updates and upgrades
Diffstat (limited to 'config/store.nix')
| -rw-r--r-- | config/store.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
