From 79a21f2cc53016d7d5a7d4d00d55424f653495c8 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Feb 2023 14:05:48 -0500 Subject: [PATCH] sync --- hosts/wsl2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index 96f2d46..c6e37b8 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -1,5 +1,7 @@ { lib, pkgs, config, modulesPath, ... }: { + + system.stateVersion = "22.05"; wsl = { enable = true; automountPath = "/mnt";