fix: actually references wsl.conf

This commit is contained in:
Deepak Mallubhotla 2022-03-29 13:00:47 -05:00
parent 75cb53adb5
commit ed5f21e48c

View File

@ -50,6 +50,10 @@ in
git
];
environment.etc = {
"wsl.conf".source = ./wsl.conf;
};
nixpkgs.config.allowUnfree = true;
security.sudo.wheelNeedsPassword = false;