migrate internal domain to home.arpa

This commit is contained in:
♥ Minnie ♥ 2024-11-22 07:15:34 +08:00
parent b636d31d9d
commit 1f776ec51d
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 11 additions and 50 deletions

View file

@ -8,13 +8,13 @@
programs.ssh = {
enable = true;
matchBlocks."viridian" = {
hostname = "viridian.kanto.dev";
hostname = "viridian.home.arpa";
identityFile = "/home/sajenim/.ssh/sajenim_sk";
port = 22;
};
matchBlocks."lavender" = {
hostname = "lavender.kanto.dev";
hostname = "lavender.home.arpa";
identityFile = "/home/sajenim/.ssh/sajenim_sk";
port = 22;
};