Rename H4G0 to Hugo

This commit is contained in:
Tibo De Peuter 2023-10-01 18:34:05 +02:00
parent 1f644492b0
commit ece50202e0
3 changed files with 9 additions and 9 deletions

View file

@ -10,10 +10,10 @@
programs.ssh = {
enable = true;
matchBlocks = {
"H4G0" = {
"Hugo" = {
hostname = "192.168.0.11";
identitiesOnly = true;
identityFile = "/run/secrets/H4G0/ssh";
identityFile = "/run/secrets/Hugo/ssh";
user = "admin";
};
"github.com" = {