From 34787a6ef6c3ae51d3f701664aa46dc0d3bb8652 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Sat, 2 Jul 2022 18:35:10 +0000 Subject: [PATCH] FIX typo modified: ../hosts/web/configuration.nix --- hosts/web/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/web/configuration.nix b/hosts/web/configuration.nix index da084db..d9b9bd0 100644 --- a/hosts/web/configuration.nix +++ b/hosts/web/configuration.nix @@ -9,7 +9,7 @@ ../modules/users.nix ]; - stateVersion = "21.11"; + system.stateVersion = "21.11"; boot.cleanTmpDir = true; zramSwap.enable = false;