modified: hosts/nixos/configuration.nix

This commit is contained in:
2025-07-20 21:48:47 +10:00
parent 072f1690e6
commit cc6704830e

View File

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