ghost: enabled writefreely

This commit is contained in:
Leonardo Eugênio 2023-10-16 10:15:19 -03:00
parent 5eca20902c
commit eb3eca98c4
4 changed files with 18 additions and 1 deletions

View file

@ -11,10 +11,16 @@
secrets.monolith-nix-serve-privkey.file =
../secrets/monolith-nix-serve-privkey.age;
secrets.ghost-nextcloud = {
file = ../secrets/monolith-nix-serve-privkey.age;
file = ../secrets/ghost-nextcloud.age;
mode = "400";
owner = "nextcloud";
group = "nextcloud";
};
secrets.ghost-writefreely = {
file = ../secrets/ghost-writefreely.age;
mode = "400";
owner = "writefreely";
group = "writefreely";
};
};
}