chore: remove unnecessary entries from ssh config
This commit is contained in:
parent
d54fcd2bba
commit
9bad8d8484
1 changed files with 10 additions and 10 deletions
|
@ -11,16 +11,16 @@ mkIf config.programs.ssh.enable {
|
||||||
user = "deck";
|
user = "deck";
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
dockervm = {
|
# dockervm = {
|
||||||
hostname = "192.168.178.22";
|
#hostname = "192.168.178.22";
|
||||||
user = "nydragon";
|
#user = "nydragon";
|
||||||
port = 22;
|
#port = 22;
|
||||||
};
|
#};
|
||||||
raptus = {
|
# raptus = {
|
||||||
hostname = "vps.ccnlc.eu";
|
#hostname = "vps.ccnlc.eu";
|
||||||
user = "ny";
|
#user = "ny";
|
||||||
port = 56528;
|
#port = 56528;
|
||||||
};
|
#};
|
||||||
#shan = {
|
#shan = {
|
||||||
#hostname = "192.168.178.27";
|
#hostname = "192.168.178.27";
|
||||||
#user = "root";
|
#user = "root";
|
||||||
|
|
Loading…
Add table
Reference in a new issue