stateVersion should not be changed
This commit is contained in:
parent
ebb1672cfd
commit
47954bfbaf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user