setup ipv6 on crocus
This commit is contained in:
parent
0f2997146f
commit
aedd4a6f1c
1 changed files with 13 additions and 1 deletions
|
|
@ -12,7 +12,19 @@
|
|||
];
|
||||
|
||||
networking.hostName = "crocus";
|
||||
networking.useDHCP = true;
|
||||
|
||||
networking.useDHCP = false;
|
||||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.Name = "enp1s0";
|
||||
networkConfig.DHCP = "ipv4";
|
||||
address = [
|
||||
"2a01:4f8:1c1e:e415::1/64"
|
||||
];
|
||||
routes = [
|
||||
{ Gateway = "fe80::1"; }
|
||||
];
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
efiSupport = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue