match blocks
This commit is contained in:
@@ -65,14 +65,14 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"builder" = {
|
"remote-builder@blunkall.us" = {
|
||||||
hostname = "blunkall.us";
|
hostname = "blunkall.us";
|
||||||
user = "remote-builder";
|
user = "remote-builder";
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
};
|
};
|
||||||
|
|
||||||
"remote" = {
|
"nathan@blunkall.us" = {
|
||||||
hostname = "blunkall.us";
|
hostname = "blunkall.us";
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||||
|
|||||||
Reference in New Issue
Block a user