diff options
author | Emma (Rory&) <root@rory.gay> | 2023-10-04 11:45:43 +0000 |
---|---|---|
committer | Emma (Rory&) <root@rory.gay> | 2023-10-04 11:45:43 +0000 |
commit | b20a6a5ec40e2a170798f9ae4bdb809bb53298ed (patch) | |
tree | 4248df896109a9eb852a0911a72118aa6e39d812 /host | |
parent | fix jitsi? (diff) | |
download | Rory-Open-Architecture-b20a6a5ec40e2a170798f9ae4bdb809bb53298ed.tar.xz |
Update WSL
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-wsl/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-wsl/configuration.nix b/host/Rory-wsl/configuration.nix index 313eeb4..8aa8f3e 100644 --- a/host/Rory-wsl/configuration.nix +++ b/host/Rory-wsl/configuration.nix @@ -43,5 +43,5 @@ ]; system.stateVersion = "23.05"; - home-manager.users.Rory.home.stateVersion = "23.05"; + home-manager.users.Rory.home.stateVersion = lib.mkForce "23.05"; } |