1
Fork 0

Fix previous fix :o

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

View file

@ -3,7 +3,6 @@ let
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
sopsSettings = {
sopsFile = ../secrets.yaml;
group = "grafana";
owner = "grafana";
};
in

View file

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