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.";
|
||||
};
|
||||
|
||||
hosted = fuseAttrs (
|
||||
builtins.attrValues (
|
||||
builtins.mapAttrs mkHosted
|
||||
{
|
||||
}
|
||||
)
|
||||
);
|
||||
hosted = fuseAttrs (builtins.attrValues (builtins.mapAttrs mkHosted { }));
|
||||
|
||||
kurisuDKIM = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue