mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fix : permissions
This commit is contained in:
parent
7736515d9f
commit
9123da2182
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
{
|
||||
imports = [ ./forgejo-smtp.nix ];
|
||||
sops.secrets.smtp_address = { };
|
||||
sops.secrets.smtp_password = { };
|
||||
sops.secrets.smtp_password = {
|
||||
owner = "forgejo";
|
||||
};
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue