hotfix
This commit is contained in:
		
							parent
							
								
									8bb64df944
								
							
						
					
					
						commit
						7a64f3a191
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -12,6 +12,7 @@ | |||
|   # Use the systemd-boot EFI boot loader. | ||||
|   boot.loader.systemd-boot.enable = true; | ||||
|   boot.loader.efi.canTouchEfiVariables = true; | ||||
|   boot.tmpOnTmpfs = true; | ||||
| 
 | ||||
|   networking.hostName = "posixlycorrect"; # Define your hostname. | ||||
|   networking.networkmanager.enable = true; | ||||
|  |  | |||
|  | @ -10,6 +10,11 @@ | |||
|     packages = import ./path.nix pkgs; | ||||
|   }; | ||||
| 
 | ||||
|   nix.registry."system".to = { | ||||
|        type = "path"; | ||||
|        path = "/home/fabian/nix"; | ||||
|   }; | ||||
| 
 | ||||
|   nixpkgs.config.allowUnfree = true; | ||||
|   programs.home-manager.enable = true; | ||||
|   programs.neovim.enable = true; | ||||
|  |  | |||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero