Compare commits

..

No commits in common. "14eadfd65309de37c43b7c9aa822b35a26d65019" and "bdc3d38f38f86367d8fe2f4a61e83f42c2577dbe" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1651007983,
"narHash": "sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=",
"lastModified": 1650831523,
"narHash": "sha256-6pDZ08SAXsUx5rOP391x+TG39ENP/XA8VMa1tQvgEjc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e10da1c7f542515b609f8dfbcf788f3d85b14936",
"rev": "87d34a6b8982e901b8e50096b8e79ebc0e66cda0",
"type": "github"
},
"original": {

View File

@ -21,10 +21,6 @@
};
systemd.services."systemd-networkd-wait-online".enable = false;
# Prioritize ethernet over WiFi
systemd.network.networks."40-enp0s31f6".dhcpV4Config.RouteMetric = 10;
systemd.network.networks."40-wlan0".dhcpV4Config.RouteMetric = 20;
# Static IP for home network
systemd.network.networks."24-home" = {
name = "wlan0";