Rename H4G0 to Hugo

This commit is contained in:
Tibo De Peuter 2023-10-01 18:34:05 +02:00 committed by Tibo De Peuter
parent 17dd88db14
commit a00c63628d
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" = {