diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-14 01:06:46 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-14 01:06:46 +0100 |
commit | 1da2578d03241b69d65fc8de979143ccc5fc7a95 (patch) | |
tree | e6ec57d71519a5ae8fb80db7b2d437ec49ee0cac /hosts/vidhar/network | |
parent | b2fcf8d867a2ec262ea699ccbf596f80390108b6 (diff) | |
download | nixos-1da2578d03241b69d65fc8de979143ccc5fc7a95.tar nixos-1da2578d03241b69d65fc8de979143ccc5fc7a95.tar.gz nixos-1da2578d03241b69d65fc8de979143ccc5fc7a95.tar.bz2 nixos-1da2578d03241b69d65fc8de979143ccc5fc7a95.tar.xz nixos-1da2578d03241b69d65fc8de979143ccc5fc7a95.zip |
...
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r-- | hosts/vidhar/network/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/network/default.nix b/hosts/vidhar/network/default.nix index a4cd29d5..f7d8844b 100644 --- a/hosts/vidhar/network/default.nix +++ b/hosts/vidhar/network/default.nix | |||
@@ -132,7 +132,7 @@ | |||
132 | "wifibh01" = { | 132 | "wifibh01" = { |
133 | matchConfig.Name = "wifibh01"; | 133 | matchConfig.Name = "wifibh01"; |
134 | linkConfig = { | 134 | linkConfig = { |
135 | MACAddress = "02:01:00:00:00"; | 135 | MACAddress = "02:01:00:00:00:00"; |
136 | RequiredForOnline = false; | 136 | RequiredForOnline = false; |
137 | }; | 137 | }; |
138 | networkConfig = { | 138 | networkConfig = { |