mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-14 21:03:10 +01:00
dns: remove unneccesary cname
This commit is contained in:
parent
a9f3c6836e
commit
651da0ce51
|
@ -54,7 +54,7 @@ let
|
|||
|
||||
}
|
||||
(genCNAMEs "nuc")
|
||||
(builtins.removeAttrs (genCNAMEs "falkenstein") [ "mail" ])
|
||||
(builtins.removeAttrs (genCNAMEs "falkenstein") [ "mail" ":2018" ])
|
||||
];
|
||||
});
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue