Add lots of missing option types
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ virtualisation.vlans = [ 2 1 ];
|
||||
networking.nat.enable = true;
|
||||
networking.nat.internalIPs = "192.168.1.0/24";
|
||||
networking.nat.internalIPs = [ "192.168.1.0/24" ];
|
||||
networking.nat.externalInterface = "eth1";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user