add wsl profiles

This commit is contained in:
UGA Innovation Factory
2025-12-11 17:42:17 -05:00
parent 9f7198065b
commit 11a9fcd038
5 changed files with 91 additions and 0 deletions

View File

@@ -61,6 +61,16 @@
};
};
# WSL Configuration
nix-wsl = {
count = 1;
devices = {
"1" = {
hostname = "nix-wsl-alireza";
};
};
};
# Ephemeral Configuration (Live ISO / Netboot)
nix-ephemeral.count = 1;
}