11 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			211 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {config, ...}: let
 | |
|   inherit (config.ooknet.host) admin;
 | |
| in {
 | |
|   programs = {
 | |
|     _1password.enable = true;
 | |
|     _1password-gui = {
 | |
|       enable = true;
 | |
|       polkitPolicyOwners = ["${admin.name}"];
 | |
|     };
 | |
|   };
 | |
| }
 |