1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: remove deprecated configuration

This commit is contained in:
oddlama 2024-06-26 02:32:28 +02:00
parent 976ebbe755
commit 84df858188
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 56 additions and 62 deletions

View file

@ -115,7 +115,7 @@
ipv6SendRAConfig.Managed = true;
# Announce a static prefix
ipv6Prefixes = [
{ipv6PrefixConfig.Prefix = globals.net.home-lan.cidrv6;}
{Prefix = globals.net.home-lan.cidrv6;}
];
# Delegate prefix
dhcpPrefixDelegationConfig = {