Added tailscale to media config
This commit is contained in:
parent
df8b5ba7b8
commit
18a88f7391
@ -87,4 +87,10 @@
|
|||||||
${config.services.nextcloud.hostName}.email = "admin@randomctf.com";
|
${config.services.nextcloud.hostName}.email = "admin@randomctf.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable Tailscale
|
||||||
|
services.tailscale = {
|
||||||
|
enable = true;
|
||||||
|
useRoutingFeatures = "server";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user