mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
dns: fix exclude for mail.rfive.de
This commit is contained in:
parent
8f0a5e1a8a
commit
1821fe37c8
|
@ -54,7 +54,7 @@ let
|
||||||
|
|
||||||
}
|
}
|
||||||
(genCNAMEs "nuc")
|
(genCNAMEs "nuc")
|
||||||
(genCNAMEs "falkenstein")
|
(builtins.removeAttrs (genCNAMEs "falkenstein") [ "mail" ])
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue