diff options
author | Aspen Smith <grfn@gws.fyi> | 2024-02-20T00·02-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-20T21·36+0000 |
commit | 1b233024c7ffcf1acceec5431cf2100b837d31db (patch) | |
tree | 71e29d58e8d24d6cc08de5039ef2c2928649e487 /users | |
parent | 73880786308d956061951114271f12a395f884b5 (diff) |
chore(aspen/system): drop ssh config for dobharchu r/7579
This comes from tailscale now Change-Id: Ib34a9df1a8b41e19aba9988cffbb9ae428f7a8a2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10998 Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi> Autosubmit: aspen <root@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/aspen/system/home/modules/common.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/users/aspen/system/home/modules/common.nix b/users/aspen/system/home/modules/common.nix index b932d2ace1d2..b82827798e57 100644 --- a/users/aspen/system/home/modules/common.nix +++ b/users/aspen/system/home/modules/common.nix @@ -86,13 +86,6 @@ forwardAgent = true; }; - "dobharchu" = { - host = "dobharchu"; - hostname = "172.16.0.4"; - forwardAgent = true; - user = "griffin"; - }; - "cerberus" = { host = "cerberus"; hostname = "172.16.0.3"; |