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";
|
||||
port = 22;
|
||||
};
|
||||
dockervm = {
|
||||
hostname = "192.168.178.22";
|
||||
user = "nydragon";
|
||||
port = 22;
|
||||
};
|
||||
raptus = {
|
||||
hostname = "vps.ccnlc.eu";
|
||||
user = "ny";
|
||||
port = 56528;
|
||||
};
|
||||
# dockervm = {
|
||||
#hostname = "192.168.178.22";
|
||||
#user = "nydragon";
|
||||
#port = 22;
|
||||
#};
|
||||
# raptus = {
|
||||
#hostname = "vps.ccnlc.eu";
|
||||
#user = "ny";
|
||||
#port = 56528;
|
||||
#};
|
||||
#shan = {
|
||||
#hostname = "192.168.178.27";
|
||||
#user = "root";
|
||||
|
|
Loading…
Add table
Reference in a new issue