mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
move mkif, hosts pls build
This commit is contained in:
parent
430059fab2
commit
4d5c4c8612
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ in
|
|||
interfaces.ens3 = {
|
||||
useDHCP = true;
|
||||
ipv6 = {
|
||||
addresses = [{
|
||||
address = mkIf (config.network.addresses.public.ipv6.enable) config.network.addresses.public.ipv6.address;
|
||||
addresses = mkIf (config.network.addresses.public.ipv6.enable) [{
|
||||
address = config.network.addresses.public.ipv6.address;
|
||||
prefixLength = 64;
|
||||
}];
|
||||
routes = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue