remove sunshine and gamescope nested session

This commit is contained in:
Sean Kovacs 2026-03-03 17:49:52 -05:00
commit 3b34bf9415
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 12 additions and 58 deletions

View file

@ -137,14 +137,19 @@
})
];
security.pam.services.niri.enableGnomeKeyring = config.services.gnome.gnome-keyring.enable;
security.pam.services.swaylock = {
name = "swaylock";
enableGnomeKeyring = config.services.gnome.gnome-keyring.enable;
gnupg.enable = true;
gnupg.noAutostart = true;
security = {
pam.services = {
niri.enableGnomeKeyring = config.services.gnome.gnome-keyring.enable;
swaylock = {
name = "swaylock";
enableGnomeKeyring = config.services.gnome.gnome-keyring.enable;
gnupg.enable = true;
gnupg.noAutostart = true;
};
};
sudo.wheelNeedsPassword = false;
polkit.enable = true;
};
security.polkit.enable = true;
networking.firewall.enable = false;
networking.networkmanager.enable = true;
documentation.man.enable = true;