forked from jan-leila/nix-config
		
	switched submodule files to non flake input
This commit is contained in:
		
							parent
							
								
									ac14a781b2
								
							
						
					
					
						commit
						27b58dc288
					
				
					 10 changed files with 36 additions and 10 deletions
				
			
		|  | @ -2,6 +2,7 @@ | |||
|   lib, | ||||
|   config, | ||||
|   pkgs, | ||||
|   inputs, | ||||
|   ... | ||||
| }: let | ||||
|   cfg = config.users.ester; | ||||
|  | @ -16,7 +17,7 @@ in { | |||
|     sops.secrets = lib.mkIf cfg.isFullUser { | ||||
|       "passwords/ester" = { | ||||
|         neededForUsers = true; | ||||
|         sopsFile = ../../secrets/user-passwords.yaml; | ||||
|         sopsFile = "${inputs.secrets}/user-passwords.yaml"; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,6 +2,7 @@ | |||
|   lib, | ||||
|   config, | ||||
|   pkgs, | ||||
|   inputs, | ||||
|   ... | ||||
| }: let | ||||
|   cfg = config.users.eve; | ||||
|  | @ -16,7 +17,7 @@ in { | |||
|     sops.secrets = lib.mkIf cfg.isFullUser { | ||||
|       "passwords/eve" = { | ||||
|         neededForUsers = true; | ||||
|         sopsFile = ../../secrets/user-passwords.yaml; | ||||
|         sopsFile = "${inputs.secrets}/user-passwords.yaml"; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,6 +1,7 @@ | |||
| { | ||||
|   lib, | ||||
|   config, | ||||
|   inputs, | ||||
|   ... | ||||
| }: let | ||||
|   cfg = config.users.leyla; | ||||
|  | @ -21,7 +22,7 @@ in { | |||
|     sops.secrets = lib.mkIf (cfg.isFullUser || cfg.isThinUser) { | ||||
|       "passwords/leyla" = { | ||||
|         neededForUsers = true; | ||||
|         sopsFile = ../../secrets/user-passwords.yaml; | ||||
|         sopsFile = "${inputs.secrets}/user-passwords.yaml"; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue