Rename H4G0 to Hugo
This commit is contained in:
parent
1f644492b0
commit
ece50202e0
3 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue