Add steam-tui

This commit is contained in:
Dave Gallant
2022-10-29 13:04:35 -04:00
parent f05a89304b
commit 74ae3def04
5 changed files with 18 additions and 9 deletions

View File

@@ -28,9 +28,7 @@
services.sshd.enable = true;
services.tailscale = {enable = true;};
services.tailscale.enable = true;
services.xserver = {
videoDrivers = ["amdgpu"];
};
services.xserver.videoDrivers = ["amdgpu"];
}