1
Fork 0

Fix last commit

This commit is contained in:
prescientmoon 2024-02-24 08:26:09 +01:00
parent adda268c41
commit e863a16382
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ let
sopsSettings = {
sopsFile = ../secrets.yaml;
group = "grafana";
owner = "grafana";
};
in
{

View file

@ -17,6 +17,7 @@ in
{
# Generate cert
security.acme.certs."wildcard-irc.moonythm.dev" = {
owner = user;
group = user;
domain = "*.irc.moonythm.dev";
};