[fanny] set /24 for wg ip
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m51s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m51s
This commit is contained in:
@@ -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"; }];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user