mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added muninn to ssh_config.nix
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
services = {
|
services = {
|
||||||
getty.autologinUser = "gaming";
|
getty.autologinUser = "gaming";
|
||||||
|
|
||||||
openssh.ports = [ 262 ];
|
openssh.ports = [ 295 ];
|
||||||
|
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,12 @@
|
|||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 922;
|
port = 922;
|
||||||
};
|
};
|
||||||
|
muninn = {
|
||||||
|
hostname = "192.168.98.52";
|
||||||
|
user = "richie";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
port = 295;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user