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

@ -30,12 +30,12 @@
sopsFile = ../../../secrets/GitHub-UGent.yaml;
owner = user;
};
"H4G0/ssh" = {
"Hugo/ssh" = {
format = "yaml";
sopsFile = ../../../secrets/H4G0.yaml;
sopsFile = ../../../secrets/Hugo.yaml;
owner = user;
};
"H4Git/ssh" = {
"Git/ssh" = {
format = "yaml";
sopsFile = ../../../secrets/H4Git.yaml;
owner = user;

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" = {