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 = {
|
plasma = {
|
||||||
configFile = {
|
configFile = {
|
||||||
|
baloofilerc = {
|
||||||
|
"Basic Settings".Indexing-Enabled = true;
|
||||||
|
General."only basic indexing" = true;
|
||||||
|
};
|
||||||
kded5rc.Module-browserintegrationreminder.autoload = false;
|
kded5rc.Module-browserintegrationreminder.autoload = false;
|
||||||
kdeglobals.General = {
|
kdeglobals.General = {
|
||||||
TerminalApplication = "kitty";
|
TerminalApplication = "kitty";
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
networking = {
|
networking = {
|
||||||
firewall.trustedInterfaces = [config.services.tailscale.interfaceName];
|
firewall.trustedInterfaces = [config.services.tailscale.interfaceName];
|
||||||
hostId = "74247225";
|
hostId = "74247225";
|
||||||
networkmanager.enable = true;
|
networkmanager = {
|
||||||
|
enable = true;
|
||||||
|
wifi.backend = "iwd";
|
||||||
|
};
|
||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
};
|
};
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue