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