steamdeck: remove yuzu, disable remoteClient

This commit is contained in:
Kabbone 2024-03-24 09:51:10 +01:00
parent 2a17f98a00
commit 5b63ced9e5
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
3 changed files with 4 additions and 3 deletions

View File

@ -93,7 +93,7 @@ in
lanzaboote.nixosModules.lanzaboote lanzaboote.nixosModules.lanzaboote
./steamdeck ./steamdeck
./configuration_desktop.nix ./configuration_desktop.nix
../modules/hardware/remoteClient.nix #../modules/hardware/remoteClient.nix
nixos-hardware.nixosModules.common-cpu-amd nixos-hardware.nixosModules.common-cpu-amd
nixos-hardware.nixosModules.common-gpu-amd nixos-hardware.nixosModules.common-gpu-amd
nixos-hardware.nixosModules.common-pc-ssd nixos-hardware.nixosModules.common-pc-ssd

View File

@ -65,7 +65,7 @@
gnupg.agent = { gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryFlavor = "curses"; #pinentryFlavor = "curses";
}; };
}; };
@ -87,4 +87,5 @@
tailscale.enable = true; tailscale.enable = true;
}; };
security.pam.enableSSHAgentAuth = true;
} }

View File

@ -32,7 +32,7 @@
streamlink-twitch-gui-bin streamlink-twitch-gui-bin
element-desktop element-desktop
pulsemixer pulsemixer
yuzu-early-access #yuzu-early-access
# Display # Display
light # xorg.xbacklight not supported. Other option is just use xrandr. light # xorg.xbacklight not supported. Other option is just use xrandr.