mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking stuff
This commit is contained in:
parent
a20844be17
commit
2fe684269a
5 changed files with 10 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
};
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
enableIPv6 = true;
|
||||
networks."10-loopback" = {
|
||||
matchConfig.Name = "lo";
|
||||
linkConfig.RequiredForOnline = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue