stateVersion should not be changed

This commit is contained in:
Valentin Brandl 2022-07-06 19:08:06 +02:00
parent ebb1672cfd
commit 47954bfbaf

View File

@ -6,7 +6,7 @@ in
inputs.nixpkgs.lib.nixosSystem { inputs.nixpkgs.lib.nixosSystem {
inherit system; inherit system;
modules = [ modules = [
{ system.stateVersion = "22.05"; } { system.stateVersion = "21.05"; }
(import ./common.nix inputs) (import ./common.nix inputs)
(import ./dev.nix inputs) (import ./dev.nix inputs)
(import ./entertainment.nix inputs) (import ./entertainment.nix inputs)