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