feat(secret/nextcloud): adding nextcloud secret
This commit is contained in:
parent
da565d5b6c
commit
e5ee12a4f0
1 changed files with 13 additions and 0 deletions
|
|
@ -37,4 +37,17 @@
|
|||
group = "grafana";
|
||||
mode = "0440";
|
||||
};
|
||||
|
||||
age.secrets."auth-nextcloud-id" = {
|
||||
file = ../../secrets/auth-nextcloud-id.age;
|
||||
owner = "root";
|
||||
group = "nextcloud";
|
||||
mode = "0440";
|
||||
};
|
||||
age.secrets."auth-nextcloud-secret" = {
|
||||
file = ../../secrets/auth-nextcloud-secret.age;
|
||||
owner = "root";
|
||||
group = "nextcloud";
|
||||
mode = "0440";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue