mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-02-22 10:30:55 +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…
Add table
Reference in a new issue