summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/mcvm-network.nix
diff options
context:
space:
mode:
authorroot@dishwasher2022-06-26 21:19:15 +0200
committerroot@dishwasher2022-06-26 21:19:15 +0200
commitebc2829be8ffda323b7fa41192c2b5db33520b7f (patch)
treef8f60ca47261c8c823a699c7c1e1510d40efaaa1 /hosts/dishwasher/mcvm-network.nix
parent35e93ce43b12e3be922e37b27f74d5d4b86929f4 (diff)
nixpkgs-fmt
Diffstat (limited to 'hosts/dishwasher/mcvm-network.nix')
-rw-r--r--hosts/dishwasher/mcvm-network.nix19
1 files changed, 10 insertions, 9 deletions
diff --git a/hosts/dishwasher/mcvm-network.nix b/hosts/dishwasher/mcvm-network.nix
index 518cab8..bd7c1b9 100644
--- a/hosts/dishwasher/mcvm-network.nix
+++ b/hosts/dishwasher/mcvm-network.nix
@@ -11,14 +11,15 @@
DHCPServer = false;
IPv6SendRA = true;
};
- addresses = [ {
+ addresses = [{
addressConfig.Address = "10.99.99.1/24";
- } {
- addressConfig.Address = "fd12:3456:789a::1/64";
- } ];
- ipv6Prefixes = [ {
+ }
+ {
+ addressConfig.Address = "fd12:3456:789a::1/64";
+ }];
+ ipv6Prefixes = [{
ipv6PrefixConfig.Prefix = "fd12:3456:789a::/64";
- } ];
+ }];
# networkConfig = {
# Address = "10.99.99.1/24";
# IPForward = "ipv4";
@@ -27,9 +28,9 @@
# routeConfig = {
# GatewayOnLink = true;
# };}];
- # IPForward = "ipv4";
- # DHCPServer = true;
- # IPv6SendRA = true;
+ # IPForward = "ipv4";
+ # DHCPServer = true;
+ # IPv6SendRA = true;
# addresses = [{
# addressConfig.Address = "10.99.99.1/24";
# }];