forked from jan-leila/nix-config
		
	fixed nix-darwin building
This commit is contained in:
		
							parent
							
								
									0d0443a02a
								
							
						
					
					
						commit
						5f21fd43ff
					
				
					 14 changed files with 201 additions and 105 deletions
				
			
		|  | @ -1,8 +1,5 @@ | |||
| {...}: { | ||||
|   nix = { | ||||
|     settings = { | ||||
|       experimental-features = ["nix-command" "flakes"]; | ||||
|     }; | ||||
|     gc = { | ||||
|       automatic = true; | ||||
|       dates = "weekly"; | ||||
|  | @ -13,16 +10,4 @@ | |||
|       dates = ["weekly"]; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   services = { | ||||
|     openssh = { | ||||
|       enable = true; | ||||
|       ports = [22]; | ||||
|       settings = { | ||||
|         PasswordAuthentication = false; | ||||
|         UseDns = true; | ||||
|         X11Forwarding = false; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue