mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
hosts/rinnosuke: builds???
This commit is contained in:
parent
6cdcde51cf
commit
dd809df358
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
useDHCP = true;
|
||||
ipv6 = {
|
||||
addresses = [{
|
||||
address = config.network.addresses.public.ipv6.address;
|
||||
address = mkIf (config.network.addresses.public.ipv6.enable) config.network.addresses.public.ipv6.address;
|
||||
prefixLength = 64;
|
||||
}];
|
||||
routes = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue