Try iwd for steam deck
This commit is contained in:
parent
a57eb5f09d
commit
2ad2440491
2 changed files with 8 additions and 1 deletions
|
|
@ -115,6 +115,10 @@ in {
|
|||
};
|
||||
plasma = {
|
||||
configFile = {
|
||||
baloofilerc = {
|
||||
"Basic Settings".Indexing-Enabled = true;
|
||||
General."only basic indexing" = true;
|
||||
};
|
||||
kded5rc.Module-browserintegrationreminder.autoload = false;
|
||||
kdeglobals.General = {
|
||||
TerminalApplication = "kitty";
|
||||
|
|
|
|||
|
|
@ -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