feat(ssh): update hostnames and comment out mirai block from ssh config
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run

This commit is contained in:
uttarayan21
2025-12-06 05:53:30 +05:30
parent 5e7bb9c986
commit 24fab1402b
3 changed files with 11 additions and 8 deletions

View File

@@ -9,17 +9,17 @@
matchBlocks = {
tsuba = {
user = "servius";
hostname = "tsuba";
hostname = "tsuba.darksailor.dev";
};
github = {
user = "git";
host = "github.com";
};
mirai = {
user = "fs0c131y";
hostname = "mirai.darksailor.dev";
forwardAgent = true;
};
# mirai = {
# user = "fs0c131y";
# hostname = "mirai.darksailor.dev";
# forwardAgent = true;
# };
tako = {
user = "servius";
hostname = "tako.darksailor.dev";
@@ -27,7 +27,7 @@
};
ryu = {
user = "servius";
hostname = "ryu";
hostname = "ryu.darksailor.dev";
forwardAgent = true;
};
kuro = {