hosts: add ghost

This commit is contained in:
Leonardo Eugênio 2023-10-14 16:30:51 -03:00
parent 152344a801
commit 9c1709c039
5 changed files with 113 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
age = {
identityPaths = [ "/home/lelgenio/.ssh/id_rsa" ];
identityPaths = [ "/home/lelgenio/.ssh/id_rsa" "/root/.ssh/id_rsa" ];
secrets.lelgenio-cachix.file = ../secrets/lelgenio-cachix.age;
secrets.monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.file =
../secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
@ -10,5 +10,11 @@
../secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
secrets.monolith-nix-serve-privkey.file =
../secrets/monolith-nix-serve-privkey.age;
secrets.ghost-nextcloud = {
file = ../secrets/monolith-nix-serve-privkey.age;
mode = "400";
owner = "nextcloud";
group = "nextcloud";
};
};
}