mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: update persist immich containers, add nix-ld on kroma, disable
STT until jaxlib is fixed
This commit is contained in:
parent
09c4531854
commit
fe75b5b78c
7 changed files with 45 additions and 41 deletions
|
@ -112,7 +112,6 @@
|
|||
};
|
||||
dhcpPrefixDelegationConfig.UplinkInterface = "wan";
|
||||
dhcpPrefixDelegationConfig.Token = "::ff";
|
||||
ipv6SendRAConfig.Managed = true;
|
||||
# Announce a static prefix
|
||||
ipv6Prefixes = [
|
||||
{Prefix = globals.net.home-lan.cidrv6;}
|
||||
|
@ -122,10 +121,12 @@
|
|||
SubnetId = "22";
|
||||
};
|
||||
# Provide a DNS resolver
|
||||
ipv6SendRAConfig = {
|
||||
EmitDNS = true;
|
||||
DNS = globals.net.home-lan.hosts.ward-adguardhome.ipv6;
|
||||
};
|
||||
# ipv6SendRAConfig = {
|
||||
# Managed = true;
|
||||
# EmitDNS = true;
|
||||
# FIXME: this is not the true ipv6 of adguardhome DNS = globals.net.home-lan.hosts.ward-adguardhome.ipv6;
|
||||
# FIXME: todo assign static additional to reservation in kea
|
||||
# };
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
# Remaining macvtap interfaces should not be touched.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue