tailscale: Added additional DNS entries
This commit is contained in:
parent
b191ea3f42
commit
dc8aa8406f
@ -2,9 +2,9 @@
|
||||
|
||||
let
|
||||
network = import ./network.nix;
|
||||
auth_block = (import ./openid.nix { inherit lib; }).openresty_oidc_block;
|
||||
|
||||
ifname = "ts0";
|
||||
in rec {
|
||||
in {
|
||||
services = {
|
||||
tailscale = {
|
||||
enable = true;
|
||||
@ -14,5 +14,8 @@ in rec {
|
||||
|
||||
networking.extraHosts = ''
|
||||
${network.architect-ts} architect.devs.giugl.io
|
||||
${network.giuliopc-ts} kmerr.devs.giugl.io
|
||||
${network.dodino-ts} dodino.devs.giugl.io
|
||||
${network.giuliophone-ts} chuck.devs.giugl.io
|
||||
'';
|
||||
}
|
Loading…
Reference in New Issue
Block a user