more setup for karp site.
This commit is contained in:
		
							parent
							
								
									62e8ebd474
								
							
						
					
					
						commit
						c543a80023
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
        enable = true;
 | 
			
		||||
        networks."eth0" = {
 | 
			
		||||
          name = "eth0";
 | 
			
		||||
          address = ["10.10.10.31/TODO"];
 | 
			
		||||
          gateway = ["TODO"];
 | 
			
		||||
          address = ["10.10.10.31/24"];
 | 
			
		||||
          gateway = ["10.10.10.1"];
 | 
			
		||||
          dns = ["1.1.1.1"];
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,8 +35,8 @@ inputs.nixpkgs.lib.nixosSystem {
 | 
			
		|||
        enable = true;
 | 
			
		||||
        networks."eth0" = {
 | 
			
		||||
          name = "eth0";
 | 
			
		||||
          address = ["10.10.10.30/TODO"];
 | 
			
		||||
          gateway = ["TODO"];
 | 
			
		||||
          address = ["10.10.10.30/24"];
 | 
			
		||||
          gateway = ["10.10.10.1"];
 | 
			
		||||
          dns = ["1.1.1.1"];
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue