mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 09:01:39 +01:00
dns: remove unneccesary cname
This commit is contained in:
parent
a9f3c6836e
commit
651da0ce51
1 changed files with 1 additions and 1 deletions
|
@ -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