diff options
Diffstat (limited to 'users/glittershark/system/home/modules/common.nix')
-rw-r--r-- | users/glittershark/system/home/modules/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix index 8f3df0955ab4..0b295a450b61 100644 --- a/users/glittershark/system/home/modules/common.nix +++ b/users/glittershark/system/home/modules/common.nix @@ -74,6 +74,12 @@ hostname = "172.16.0.5"; forwardAgent = true; }; + + "roswell" = { + host = "roswell"; + hostname = "18.223.118.13"; + forwardAgent = true; + }; }; }; |