Enable sudo on wsl

whoops
This commit is contained in:
Nathan McCarty 2023-02-25 21:17:20 -05:00
parent 837b7b2511
commit 6d567a3ecc
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@
defaultUser = "nathan"; defaultUser = "nathan";
startMenuLaunchers = true; startMenuLaunchers = true;
}; };
security.sudo.enable = true;
} }