forked from fabian/nix
		
	apply format
This commit is contained in:
		
							parent
							
								
									360138e76f
								
							
						
					
					
						commit
						8fed4a320d
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		|  | @ -32,9 +32,9 @@ | ||||||
|     hostName = "posixlycorrect"; |     hostName = "posixlycorrect"; | ||||||
|     networkmanager.enable = true; |     networkmanager.enable = true; | ||||||
| 
 | 
 | ||||||
|     useDHCP = false;                    # The global useDHCP flag is deprecated, therefore explicitly set to false here. |     useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. | ||||||
|     interfaces.enp7s0.useDHCP = true;   # Per-interface useDHCP will be mandatory in the future, so this generated config |     interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config | ||||||
|     interfaces.wlp6s0.useDHCP = true;   # replicates the default behaviour. |     interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   boot = { |   boot = { | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ with lib; { | ||||||
| 
 | 
 | ||||||
|     users.fabian = { |     users.fabian = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       sshKeyPublicFile = [ public_files/pki/fabian.ssh ]; |       sshKeyPublicFile = [public_files/pki/fabian.ssh]; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue