aboutsummaryrefslogtreecommitdiff
path: root/home/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
commit0520741b8ab872efcabb16ab3abcb0d6aaaa5718 (patch)
tree7156bb80ad72f7c8035dcfca906c4dd98d0d99ac /home/profiles
parentremove duplicated configuration for treefmt/pre-commit (diff)
downloadinfra-0520741b8ab872efcabb16ab3abcb0d6aaaa5718.tar.gz
use `just` (again) instead of custom scripts
Diffstat (limited to '')
-rw-r--r--home/profiles/ssh.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/profiles/ssh.nix b/home/profiles/ssh.nix
index 8e39def..f1ef16f 100644
--- a/home/profiles/ssh.nix
+++ b/home/profiles/ssh.nix
@@ -11,6 +11,15 @@
controlPath = "${config.home.homeDirectory}/.ssh/sockets/S.%r@%h:%p";
controlMaster = "auto";
};
+ "rivendell" = {
+ hostname = "192.168.1.114";
+ };
+ "bree" = {
+ hostname = "192.168.1.50";
+ };
+ "argonath" = {
+ hostname = "fcuny.net";
+ };
"github.com" = {
hostname = "github.com";
user = "git";