From 9c575d27d38868f534a4377cf7c2cfa318e73887 Mon Sep 17 00:00:00 2001 From: Jessica Canady Date: Sat, 24 Jun 2023 23:32:44 -0400 Subject: [PATCH] System version maybe? --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 3acccb2..c13f2da 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,8 @@ nixosConfigurations = { hornt = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + stateVersion = "23.05"; + modules = [ nixos-hardware.nixosModules.framework-12th-gen-intel ./hosts/hornt.nix