From 47954bfbafd027d575774108bd0a7b674442a028 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 6 Jul 2022 19:08:06 +0200 Subject: [PATCH] stateVersion should not be changed --- machines/w1n5t0n.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/w1n5t0n.nix b/machines/w1n5t0n.nix index cdb6f2e..7ff358c 100644 --- a/machines/w1n5t0n.nix +++ b/machines/w1n5t0n.nix @@ -6,7 +6,7 @@ in inputs.nixpkgs.lib.nixosSystem { inherit system; modules = [ - { system.stateVersion = "22.05"; } + { system.stateVersion = "21.05"; } (import ./common.nix inputs) (import ./dev.nix inputs) (import ./entertainment.nix inputs)