about summary refs log tree commit diff
path: root/users/glittershark/system/home
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/home')
-rw-r--r--users/glittershark/system/home/modules/common.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/common.nix b/users/glittershark/system/home/modules/common.nix
index 45ede2fad8..14ac4a8b0e 100644
--- a/users/glittershark/system/home/modules/common.nix
+++ b/users/glittershark/system/home/modules/common.nix
@@ -64,6 +64,13 @@
         user = "griffin";
       };
 
+      "cerberus" = {
+        host = "cerberus";
+        hostname = "172.16.0.3";
+        forwardAgent = true;
+        user = "griffin";
+      };
+
       "mugwump" = {
         host = "mugwump";
         hostname = "172.16.0.5";