secrets: rename ghost secrets to phantom

This commit is contained in:
Leonardo Eugênio 2024-03-29 01:08:21 -03:00
parent d3f02f8762
commit f897680775
7 changed files with 12 additions and 12 deletions

View file

@ -5,13 +5,13 @@
hostName = "cloud.lelgenio.xyz";
https = true;
config = {
adminpassFile = config.age.secrets.ghost-nextcloud.path;
adminpassFile = config.age.secrets.phantom-nextcloud.path;
};
};
age = {
secrets.ghost-nextcloud = {
file = ../../secrets/ghost-nextcloud.age;
secrets.phantom-nextcloud = {
file = ../../secrets/phantom-nextcloud.age;
mode = "400";
owner = "nextcloud";
group = "nextcloud";