From 1ea23dc42e9043c1e9692bec4d123a39af1c972c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 23 Jan 2024 05:35:20 +0100 Subject: [PATCH] tsuki: set system.stateVersion --- hosts/tsuki/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tsuki/configuration.nix b/hosts/tsuki/configuration.nix index d0bac5c..a6f5c54 100644 --- a/hosts/tsuki/configuration.nix +++ b/hosts/tsuki/configuration.nix @@ -1,5 +1,7 @@ { config, lib, secrets, modulesPath, ... }: { + system.stateVersion = "22.05"; + imports = [ ./hardware-configuration.nix