mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: use auto-ip for microvms, change ipv6 address scheme
This commit is contained in:
parent
c789e2de36
commit
d18e86f981
4 changed files with 4 additions and 6 deletions
|
@ -28,7 +28,7 @@ in {
|
|||
extra.wireguard.proxy-sentinel.server = {
|
||||
host = "TODO REMOVE";
|
||||
port = 51443;
|
||||
reservedAddresses = ["10.0.43.0/24" "fd43::/120"];
|
||||
reservedAddresses = ["10.43.0.0/24" "fd00:43::/120"];
|
||||
openFirewallRules = ["untrusted-to-local"];
|
||||
};
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
inherit (config.lib.net) cidr;
|
||||
|
||||
iotCidrv4 = "10.90.0.0/24";
|
||||
iotCidrv6 = "fd90::/64";
|
||||
iotCidrv6 = "fd00:90::/64";
|
||||
in {
|
||||
networking.hostId = config.repo.secrets.local.networking.hostId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue