remove sunshine and gamescope nested session
This commit is contained in:
parent
3bad9cb4a7
commit
bfe8141a86
4 changed files with 12 additions and 58 deletions
|
|
@ -61,21 +61,6 @@
|
|||
"nvidia"
|
||||
];
|
||||
|
||||
services.displayManager = {
|
||||
autoLogin = {
|
||||
enable = false;
|
||||
user = "sckova";
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
loginShellInit = ''
|
||||
[[ "$(tty)" = "/dev/tty1" ]] && ./gs.sh
|
||||
'';
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = false;
|
||||
|
|
@ -83,13 +68,6 @@
|
|||
open = false;
|
||||
};
|
||||
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# virtualization settings
|
||||
|
||||
virtualisation = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue