modified: hosts/nixos/configuration.nix

This commit is contained in:
2025-07-20 21:50:10 +10:00
parent cc6704830e
commit 198ba7a198

View File

@@ -93,7 +93,7 @@ services.xrdp.defaultWindowManager = "cinnamon-session";
services.xrdp.openFirewall = true;
nixpkgs.config.allowUnfree = true;
services.gnome-keyring.enable = true;
services.gnome3.gnome-keyring.enable = true;
security.pam.services.lightdm.enableGnomeKeyring = true;