keyring: setup more stuff
This commit is contained in:
		
							parent
							
								
									fe595e335d
								
							
						
					
					
						commit
						041177cdae
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		|  | @ -3,6 +3,7 @@ | |||
|   config, | ||||
|   lib, | ||||
|   namespace, | ||||
|   pkgs, | ||||
|   ... | ||||
| }: | ||||
| let | ||||
|  | @ -17,7 +18,15 @@ in | |||
| 
 | ||||
|   config = mkIf cfg.enable { | ||||
|     services.gnome.gnome-keyring.enable = true; | ||||
|     security.pam.services.gdm.enableGnomeKeyring = true; | ||||
|     security.pam.services.sddm.enableGnomeKeyring = true; | ||||
|     security.pam.services.greetd.enableGnomeKeyring = true; | ||||
| 
 | ||||
|     services.dbus.packages = [ | ||||
|       pkgs.gnome-keyring | ||||
|       pkgs.gcr | ||||
|     ]; | ||||
| 
 | ||||
|     environment.systemPackages = [ pkgs.seahorse ]; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue