forked from jan-leila/nix-config
		
	cleaned up configs
This commit is contained in:
		
							parent
							
								
									fef18e7902
								
							
						
					
					
						commit
						62c0faf5ce
					
				
					 3 changed files with 14 additions and 4 deletions
				
			
		|  | @ -21,6 +21,8 @@ keys for decrypting password secrets for each users located at ~/.config/sops/ag | ||||||
| 
 | 
 | ||||||
| updating passwords: `sops secrets/secrets.yaml` | updating passwords: `sops secrets/secrets.yaml` | ||||||
| 
 | 
 | ||||||
|  | TODO: keys.txt should prob be readable by owning user only? | ||||||
|  | 
 | ||||||
| > how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU | > how the current config was set up https://www.youtube.com/watch?v=G5f6GC7SnhU | ||||||
| 
 | 
 | ||||||
| > look into this? https://technotim.live/posts/rotate-sops-encryption-keys/ | > look into this? `https://technotim.live/posts/rotate-sops-encryption-keys/` | ||||||
|  | @ -16,8 +16,10 @@ | ||||||
| 
 | 
 | ||||||
|   sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt"; |   sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt"; | ||||||
| 
 | 
 | ||||||
|   users.leyla.isNormalUser = true; |   users.leyla = { | ||||||
|   users.leyla.isThinInstallation = true; |     isNormalUser = true; | ||||||
|  |     isThinInstallation = true; | ||||||
|  |   }; | ||||||
|   users.ester.isNormalUser = false; |   users.ester.isNormalUser = false; | ||||||
|   users.eve.isNormalUser = false; |   users.eve.isNormalUser = false; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -16,7 +16,13 @@ | ||||||
| 
 | 
 | ||||||
|   sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt"; |   sops.age.keyFile = "/home/leyla/.config/sops/age/keys.txt"; | ||||||
| 
 | 
 | ||||||
|   users.leyla.isNormalUser = true; |   users.leyla = { | ||||||
|  |     isNormalUser = true; | ||||||
|  |     hasPiperMouse = true; | ||||||
|  |     hasOpenRGBHardware = true; | ||||||
|  |     hasViaKeyboard = true; | ||||||
|  |     hasGPU = true; | ||||||
|  |   }; | ||||||
|   users.ester.isNormalUser = true; |   users.ester.isNormalUser = true; | ||||||
|   users.eve.isNormalUser = true; |   users.eve.isNormalUser = true; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue