modified: hosts/nixos/configuration.nix

This commit is contained in:
2025-07-20 22:11:59 +10:00
parent a285756040
commit b0964fcb80

View File

@@ -105,11 +105,6 @@ security.pam.services.login.enableGnomeKeyring = true;
export SSH_AUTH_SOCK export SSH_AUTH_SOCK
''; '';
security.pam.services."xrdp-sesman".text = ''
auth optional pam_gnome_keyring.so
session optional pam_gnome_keyring.so auto_start
'';
# systemd.services.nextcloud-appimage = { # systemd.services.nextcloud-appimage = {
# enable = true; # enable = true;
# Unit = { # Unit = {