mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 20:41:41 +00:00
sync
This commit is contained in:
14
hosts/wsl2/default.nix
Normal file
14
hosts/wsl2/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ lib, pkgs, config, modulesPath, ... }:
|
||||
{
|
||||
wsl = {
|
||||
enable = true;
|
||||
automountPath = "/mnt";
|
||||
defaultUser = "sstent";
|
||||
startMenuLaunchers = true;
|
||||
compatibility.interopPreserveArgvZero = true;
|
||||
};
|
||||
|
||||
mymods = {
|
||||
user_sstent.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user