Large refactor to clean up flake.nix
This commit is contained in:
		
							parent
							
								
									916595caa3
								
							
						
					
					
						commit
						67f0d12fc4
					
				
					 11 changed files with 206 additions and 362 deletions
				
			
		|  | @ -1,5 +1,24 @@ | |||
| { lib, ... }: { | ||||
| { lib, inputs, self, pkgs, pkgs-unstable, ... }: { | ||||
|   networking.hostName = "redoubt"; | ||||
|   system.stateVersion = "25.05"; | ||||
| 
 | ||||
|   home-manager = { | ||||
|     users."lauren_lagarde" = { | ||||
|       home.stateVersion = "25.05"; | ||||
|       imports = self.homeManagerModules."lauren_lagarde@tui.mlaga97.space"; | ||||
|     }; | ||||
|     extraSpecialArgs = { inherit self pkgs-unstable; }; | ||||
|   }; | ||||
| 
 | ||||
|   time.timeZone = "America/Chicago"; | ||||
|   sops.defaultSopsFile = ../../secrets.yaml; | ||||
| 
 | ||||
|   imports = [ | ||||
|     inputs.sops-nix.nixosModules.sops | ||||
|     inputs.home-manager.nixosModules.home-manager | ||||
| 
 | ||||
|     ../../nixos/features/pi.nix | ||||
| 
 | ||||
|     # Core Features | ||||
|     ../../nixos/features/base.nix | ||||
|     ../../nixos/features/tui-apps.nix | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue