diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index bdedc44..429d6b7 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -118,7 +118,6 @@ in identitiesOnly = true; }; "dev.simatime.com" = { - hostname = "73.222.221.62"; user = "ben"; identityFile = [ "${homedir}/.ssh/id_rsa" ]; identitiesOnly = true; |