ci: fix networking definition
This commit is contained in:
parent
128fad930d
commit
5f609d60d9
@ -81,15 +81,17 @@ with lib; {
|
||||
mosh
|
||||
];
|
||||
|
||||
firewall = {
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 60000;
|
||||
to = 61000;
|
||||
}
|
||||
];
|
||||
networking = {
|
||||
firewall = {
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 60000;
|
||||
to = 61000;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user