1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: prototype d2 graphing app

This commit is contained in:
oddlama 2023-02-13 01:50:24 +01:00
parent b68021b3a4
commit 86b5751410
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
9 changed files with 69 additions and 27 deletions

View file

@ -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";