Make CMD Flake Match System
							parent
							
								
									97554e427a
								
							
						
					
					
						commit
						afe103a34f
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
{ config, pkgs, ... }:
 | 
					{ config, pkgs, nixpkgs, ... }:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  imports =
 | 
					  imports =
 | 
				
			||||||
| 
						 | 
					@ -69,6 +69,8 @@
 | 
				
			||||||
    age
 | 
					    age
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  nix.registry.nixpkgs.flake = nixpkgs;
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
  # TODO: Make services directory for with a nix for each service that is enabled and what options it has
 | 
					  # TODO: Make services directory for with a nix for each service that is enabled and what options it has
 | 
				
			||||||
  # List services that you want to enable:
 | 
					  # List services that you want to enable:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue