1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(ssh): use fysiweb identity for ip login on dev1

This commit is contained in:
2022-09-28 15:54:42 +02:00
parent 7c4557331f
commit 6063f4c90b

View File

@@ -24,7 +24,7 @@ in {
home-manager.users.me.programs.ssh = { home-manager.users.me.programs.ssh = {
enable = true; enable = true;
matchBlocks = { matchBlocks = rec {
"github.com" = { "github.com" = {
hostname = "ssh.github.com"; hostname = "ssh.github.com";
port = 443; port = 443;
@@ -72,6 +72,7 @@ in {
user = "root"; user = "root";
identityFile = sshIdentity "fysiweb"; identityFile = sshIdentity "fysiweb";
}; };
${fysi-dev1.hostname} = fysi-dev1;
"fysi-shared0" = { "fysi-shared0" = {
hostname = "49.12.205.235"; hostname = "49.12.205.235";
user = "root"; user = "root";