Add stateVersion

This commit is contained in:
coolneng 2022-06-06 12:05:47 +02:00
parent c8de69b691
commit 84a525e7a1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@ with pkgs;
# MOTD message
programs.fish.interactiveShellInit = "${./scripts/motd.sh}";
# NixOS version
system.stateVersion = "22.05";
# Import other configuration modules
imports = [
./modules/hardware-configuration.nix