nixos/estuary: Don't bother giving secrets new names
This commit is contained in:
parent
661233344c
commit
e194f5c6e6
@ -16,7 +16,6 @@ in
|
|||||||
my = {
|
my = {
|
||||||
secrets.files = {
|
secrets.files = {
|
||||||
"estuary/pdns/auth.conf" = {
|
"estuary/pdns/auth.conf" = {
|
||||||
name = "pdns.conf";
|
|
||||||
owner = "pdns";
|
owner = "pdns";
|
||||||
group = "pdns";
|
group = "pdns";
|
||||||
};
|
};
|
||||||
@ -26,12 +25,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
"estuary/netdata/powerdns.conf" = {
|
"estuary/netdata/powerdns.conf" = {
|
||||||
name = "netdata-powerdns.conf";
|
|
||||||
owner = "netdata";
|
owner = "netdata";
|
||||||
group = "netdata";
|
group = "netdata";
|
||||||
};
|
};
|
||||||
"estuary/netdata/powerdns_recursor.conf" = {
|
"estuary/netdata/powerdns_recursor.conf" = {
|
||||||
name = "netdata-powerdns_recursor.conf";
|
|
||||||
owner = "netdata";
|
owner = "netdata";
|
||||||
group = "netdata";
|
group = "netdata";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user