added muninn to ssh_config.nix

This commit is contained in:
2024-11-19 20:26:39 -05:00
parent 9fa3ab6758
commit 6ef5507bf8
2 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,12 @@
identityFile = "~/.ssh/id_ed25519";
port = 922;
};
muninn = {
hostname = "192.168.98.52";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 295;
};
};
};
}