hosts: add ghost
This commit is contained in:
parent
152344a801
commit
9c1709c039
5 changed files with 113 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue