add kidney machine config

This commit is contained in:
xunuwu 2024-08-22 18:16:47 +02:00
parent 82bed310d8
commit 95d1f5adbe
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
6 changed files with 131 additions and 21 deletions

8
hosts/kidney/wsl.nix Normal file
View file

@ -0,0 +1,8 @@
{inputs, ...}: {
imports = [
inputs.nixos-wsl.nixosModules.default
];
wsl.enable = true;
wsl.defaultUser = "xun";
}