fix(wsl): always set wsl.defaultUser to user.name
This commit is contained in:
parent
a023ebc396
commit
488eeb4997
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
bud.enable = true;
|
||||
|
||||
|
@ -9,6 +9,8 @@
|
|||
udevil.enable = true;
|
||||
};
|
||||
|
||||
wsl.defaultUser = config.user.name;
|
||||
|
||||
services = {
|
||||
# Enable Early Out of Memory service
|
||||
earlyoom.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue