From 84a525e7a191943a2ae30b3c91200af030b4b3c4 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 6 Jun 2022 12:05:47 +0200 Subject: [PATCH] Add stateVersion --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index c89e671..4296cb8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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