mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
updated ipv6 prefix
This commit is contained in:
parent
621ddc3df4
commit
663812dd1f
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ _: {...}: {
|
|||
privateNetwork = true;
|
||||
hostBridge = "bridge0";
|
||||
localAddress = "192.168.1.10/24";
|
||||
localAddress6 = "2605:59c8:252e:500:200:ff:fe00:10/64";
|
||||
localAddress6 = "2605:59c8:204b:bf00:200:ff:fe00:10/64";
|
||||
bindMounts."/minecraft" = {
|
||||
hostPath = "/persist/minecraft";
|
||||
isReadOnly = false;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ _: {...}: {
|
|||
privateNetwork = true;
|
||||
hostBridge = "bridge0";
|
||||
localAddress = "192.168.1.11/24";
|
||||
localAddress6 = "2605:59c8:252e:500:200:ff:fe00:11/64";
|
||||
localAddress6 = "2605:59c8:204b:bf00:200:ff:fe00:11/64";
|
||||
bindMounts = {
|
||||
"/var" = {
|
||||
hostPath = "/persist/website/var";
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ inputs: {
|
|||
];
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "2605:59c8:252e:500:da5e:d3ff:fee5:4790";
|
||||
address = "2605:59c8:204b:bf00:da5e:d3ff:fee5:4790";
|
||||
prefixLength = 64;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue