fix(formatting): format meta/dns.nix
This commit is contained in:
parent
9aab55b9a5
commit
28783f14c5
1 changed files with 1 additions and 7 deletions
|
@ -46,13 +46,7 @@ let
|
||||||
"gestiobds.dj" = "cof.ens.fr.";
|
"gestiobds.dj" = "cof.ens.fr.";
|
||||||
};
|
};
|
||||||
|
|
||||||
hosted = fuseAttrs (
|
hosted = fuseAttrs (builtins.attrValues (builtins.mapAttrs mkHosted { }));
|
||||||
builtins.attrValues (
|
|
||||||
builtins.mapAttrs mkHosted
|
|
||||||
{
|
|
||||||
}
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
kurisuDKIM = [
|
kurisuDKIM = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue