forked from mirrors_public/oddlama_nix-config
chore: prototype d2 graphing app
This commit is contained in:
parent
b68021b3a4
commit
86b5751410
9 changed files with 69 additions and 27 deletions
|
@ -5,14 +5,14 @@
|
|||
};
|
||||
|
||||
systemd.network.networks = {
|
||||
"10-lan0" = {
|
||||
"10-lan1" = {
|
||||
DHCP = "yes";
|
||||
matchConfig.MACAddress = "00:00:00:00:00:00";
|
||||
networkConfig.IPv6PrivacyExtensions = "kernel";
|
||||
dhcpV4Config.RouteMetric = 10;
|
||||
dhcpV6Config.RouteMetric = 10;
|
||||
};
|
||||
"10-wlan0" = {
|
||||
"10-wlan1" = {
|
||||
DHCP = "yes";
|
||||
matchConfig.MACAddress = "00:00:00:00:00:00";
|
||||
networkConfig.IPv6PrivacyExtensions = "kernel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue