diff options
author | sefidel <contact@sefidel.net> | 2023-11-12 17:10:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-11-12 17:10:50 +0900 |
commit | f49a7dc20d11732e9250b1e88398931f25e3b23b (patch) | |
tree | 30cdf8c663016c38b3828559ccf1608a52e80ae2 /systems | |
parent | 6d8936dd7b7582c0a4d13e3ac895131f837f58ec (diff) | |
download | infra-f49a7dc20d11732e9250b1e88398931f25e3b23b.tar.gz infra-f49a7dc20d11732e9250b1e88398931f25e3b23b.zip |
feat(systems/cobalt): enable tailscale
Diffstat (limited to 'systems')
-rw-r--r-- | systems/cobalt/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix index 6d13e93..a663385 100644 --- a/systems/cobalt/default.nix +++ b/systems/cobalt/default.nix @@ -196,6 +196,8 @@ in rsyncNet = true; }; + services.tailscale.enable = true; + services.metrics = { enable = true; domain = "status.exotic.sh"; |