feat: add desktop-wsl host

This commit is contained in:
Nickolaj Jepsen 2025-12-14 01:55:30 +01:00
parent fac1a09715
commit 4fd2361813
17 changed files with 92 additions and 18 deletions

View file

@ -64,6 +64,5 @@
nixos-facter
];
# System state version (use mkForce to override the default)
system.stateVersion = lib.mkForce "25.11";
system.stateVersion = "25.11";
}