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