Reformatting

This commit is contained in:
Greg Hellings
2025-11-02 22:44:01 -06:00
parent 2239dbeb45
commit 5e55c31019
2 changed files with 36 additions and 27 deletions
+18 -11
View File
@@ -88,18 +88,25 @@ in
};
};
};
ssh.matchBlocks = lib.listToAttrs (lib.map (key: { name = "${key}.ivrtechnology.com"; value = {}; }) [
"apidev1"
"asdev1"
"agidev1"
"kdev1"
"kdev2"
"kdev3"
"webdev4"
"webdev5"
ssh.matchBlocks = lib.listToAttrs (
lib.map
(key: {
name = "${key}.ivrtechnology.com";
value = { };
})
[
"apidev1"
"asdev1"
"agidev1"
"kdev1"
"kdev2"
"kdev3"
"webdev4"
"webdev5"
"web4"
]);
"web4"
]
);
tmux.shell = (lib.getExe x);
};
}