summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 16:04:32 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 16:04:32 +0200
commite53139cbeba5b92ebceef48468500f5bbdec1b04 (patch)
tree1c5a5010bab278f74e49bb2a2c738ccf188cb37d
parentc37325450311fe6d1e6abdedc37fdcd0bbb65e7b (diff)
add neko back
-rw-r--r--common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 8e36ae9..e4c31fa 100644
--- a/common.nix
+++ b/common.nix
@@ -517,6 +517,8 @@ in
macroot = "ssh root@mac.fritz.box";
mini = "ssh mini.fritz.box";
miniroot = "ssh root@mini.fritz.box";
+ neko = "ssh neko.fritz.box";
+ nekoroot = "ssh root@neko.fritz.box";
};
};