Add stateVersion
This commit is contained in:
parent
c8de69b691
commit
84a525e7a1
|
@ -135,6 +135,9 @@ with pkgs;
|
||||||
# MOTD message
|
# MOTD message
|
||||||
programs.fish.interactiveShellInit = "${./scripts/motd.sh}";
|
programs.fish.interactiveShellInit = "${./scripts/motd.sh}";
|
||||||
|
|
||||||
|
# NixOS version
|
||||||
|
system.stateVersion = "22.05";
|
||||||
|
|
||||||
# Import other configuration modules
|
# Import other configuration modules
|
||||||
imports = [
|
imports = [
|
||||||
./modules/hardware-configuration.nix
|
./modules/hardware-configuration.nix
|
||||||
|
|
Loading…
Reference in New Issue