forked from jan-leila/nix-config
		
	moved modules into host-modules
This commit is contained in:
		
							parent
							
								
									755c7f0e3a
								
							
						
					
					
						commit
						a755b9ff48
					
				
					 10 changed files with 5 additions and 5 deletions
				
			
		|  | @ -3,8 +3,8 @@ | ||||||
|     ../common |     ../common | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Enable sound with pipewire. |   # # Enable sound with pipewire. | ||||||
|   hardware.flipperzero.enable = true; |   # hardware.flipperzero.enable = true; | ||||||
| 
 | 
 | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = with pkgs; [ | ||||||
|     cachefilesd |     cachefilesd | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
|     inputs.disko.nixosModules.disko |     inputs.disko.nixosModules.disko | ||||||
|     ../../enviroments/server |     ../../enviroments/server | ||||||
| 
 | 
 | ||||||
|     ../../modules |     ../../host-modules | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nixpkgs.config.allowUnfree = true; |   nixpkgs.config.allowUnfree = true; | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
|     inputs.nixos-hardware.nixosModules.framework-11th-gen-intel |     inputs.nixos-hardware.nixosModules.framework-11th-gen-intel | ||||||
| 
 | 
 | ||||||
|     ../../enviroments/client |     ../../enviroments/client | ||||||
|     ../../modules |     ../../host-modules | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nixpkgs.config.allowUnfree = true; |   nixpkgs.config.allowUnfree = true; | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
|   imports = [ |   imports = [ | ||||||
|     ../../enviroments/client |     ../../enviroments/client | ||||||
| 
 | 
 | ||||||
|     ../../modules |     ../../host-modules | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   nixpkgs.config.allowUnfree = true; |   nixpkgs.config.allowUnfree = true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue