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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1651007983, "lastModified": 1650831523,
"narHash": "sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=", "narHash": "sha256-6pDZ08SAXsUx5rOP391x+TG39ENP/XA8VMa1tQvgEjc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e10da1c7f542515b609f8dfbcf788f3d85b14936", "rev": "87d34a6b8982e901b8e50096b8e79ebc0e66cda0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -21,10 +21,6 @@
}; };
systemd.services."systemd-networkd-wait-online".enable = false; 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 # Static IP for home network
systemd.network.networks."24-home" = { systemd.network.networks."24-home" = {
name = "wlan0"; name = "wlan0";