mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
updates people, updates
This commit is contained in:
parent
19580dd4f2
commit
93a33fbe51
4 changed files with 12 additions and 8 deletions
|
@ -35,13 +35,13 @@
|
|||
};
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
wait-online.anyInterface = true;
|
||||
networks."10-loopback" = {
|
||||
matchConfig.Name = "lo";
|
||||
linkConfig.RequiredForOnline = false;
|
||||
};
|
||||
networks."10-wired" = {
|
||||
matchConfig.Name = "enp0s31f6";
|
||||
linkConfig.RequiredForOnline = false;
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
};
|
||||
|
@ -68,6 +68,7 @@
|
|||
};
|
||||
networks."15-wireless-default" = {
|
||||
matchConfig.Name = "wlp9s0";
|
||||
linkConfig.RequiredForOnline = false;
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
IgnoreCarrierLoss = "3s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue