remove sunshine and gamescope nested session
This commit is contained in:
parent
702688110f
commit
3b34bf9415
4 changed files with 12 additions and 58 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue