chore: lint
This commit is contained in:
parent
7d609e91f9
commit
be3ef81253
8 changed files with 17 additions and 17 deletions
14
user/ssh.nix
14
user/ssh.nix
|
|
@ -3,16 +3,16 @@
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
settings = {
|
||||
monolith = {
|
||||
user = "lelgenio";
|
||||
hostname = "monolith.lelgenio.com";
|
||||
port = 9022;
|
||||
User = "lelgenio";
|
||||
HostName = "monolith.lelgenio.com";
|
||||
Port = 9022;
|
||||
};
|
||||
phantom = {
|
||||
user = "root";
|
||||
hostname = "phantom.lelgenio.com";
|
||||
port = 9022;
|
||||
User = "root";
|
||||
HostName = "phantom.lelgenio.com";
|
||||
Port = 9022;
|
||||
};
|
||||
};
|
||||
includes = [ "~/Wopus/.ssh.config" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue