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}}";
|
secret = name: "$__file{${config.sops.secrets.${name}.path}}";
|
||||||
sopsSettings = {
|
sopsSettings = {
|
||||||
sopsFile = ../secrets.yaml;
|
sopsFile = ../secrets.yaml;
|
||||||
group = "grafana";
|
|
||||||
owner = "grafana";
|
owner = "grafana";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
@ -17,7 +17,6 @@ in
|
||||||
{
|
{
|
||||||
# Generate cert
|
# Generate cert
|
||||||
security.acme.certs."wildcard-irc.moonythm.dev" = {
|
security.acme.certs."wildcard-irc.moonythm.dev" = {
|
||||||
owner = user;
|
|
||||||
group = user;
|
group = user;
|
||||||
domain = "*.irc.moonythm.dev";
|
domain = "*.irc.moonythm.dev";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue