fix(fuji-wsl): use networkmanager
This commit is contained in:
parent
07364c9814
commit
b08ca4b917
3 changed files with 8 additions and 10 deletions
|
@ -7,4 +7,12 @@
|
|||
yt-dlp
|
||||
hyfetch
|
||||
];
|
||||
|
||||
networking = {
|
||||
useNetworkd = false;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dns = "systemd-resolved";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue