summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-13 23:24:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-13 23:24:45 +0100
commit6e7b9a0d1949bcec4848f1316cdf85b007978e37 (patch)
treef6fafcd510a4411b6ced2efaf4626719a7242084
parentcca65c0f8c8cc763ad372d57a94af3c44a6e036a (diff)
downloadnixos-6e7b9a0d1949bcec4848f1316cdf85b007978e37.tar
nixos-6e7b9a0d1949bcec4848f1316cdf85b007978e37.tar.gz
nixos-6e7b9a0d1949bcec4848f1316cdf85b007978e37.tar.bz2
nixos-6e7b9a0d1949bcec4848f1316cdf85b007978e37.tar.xz
nixos-6e7b9a0d1949bcec4848f1316cdf85b007978e37.zip
...
-rw-r--r--hosts/vidhar/network/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix
index 1a6c3463..2859ee6f 100644
--- a/hosts/vidhar/network/default.nix
+++ b/hosts/vidhar/network/default.nix
@@ -107,7 +107,7 @@
107 Kind = "vlan"; 107 Kind = "vlan";
108 }; 108 };
109 vlanConfig = { 109 vlanConfig = {
110 Id = "2"; 110 Id = 2;
111 }; 111 };
112 }; 112 };
113 lan = { 113 lan = {