[fanny] set /24 for wg ip
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m51s

This commit is contained in:
2025-11-15 16:21:19 +01:00
parent a612221e2a
commit eee561b650

View File

@@ -110,7 +110,7 @@ in
}; };
networks."30-wg-initrd" = { networks."30-wg-initrd" = {
name = "wg-initrd"; name = "wg-initrd";
addresses = [{ Address = peers.fanny-initrd.address; }]; addresses = [{ Address = "${peers.fanny-initrd.address}/24"; }];
}; };
}; };
}; };