Try iwd for steam deck
This commit is contained in:
parent
a57eb5f09d
commit
2ad2440491
2 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
|||
networking = {
|
||||
firewall.trustedInterfaces = [config.services.tailscale.interfaceName];
|
||||
hostId = "74247225";
|
||||
networkmanager.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
nftables.enable = true;
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue