Fix previous fix :o
This commit is contained in:
parent
e863a16382
commit
7d5115d510
|
@ -3,7 +3,6 @@ let
|
|||
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
|
||||
sopsSettings = {
|
||||
sopsFile = ../secrets.yaml;
|
||||
group = "grafana";
|
||||
owner = "grafana";
|
||||
};
|
||||
in
|
||||
|
|
|
@ -17,7 +17,6 @@ in
|
|||
{
|
||||
# Generate cert
|
||||
security.acme.certs."wildcard-irc.moonythm.dev" = {
|
||||
owner = user;
|
||||
group = user;
|
||||
domain = "*.irc.moonythm.dev";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue