chore: lint

This commit is contained in:
Leonardo Eugênio 2026-06-14 21:54:15 -03:00
parent 7d609e91f9
commit be3ef81253
8 changed files with 17 additions and 17 deletions

View file

@ -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" ];