add dns role

This commit is contained in:
asyncnomi 2025-07-26 22:52:35 +02:00
parent 24e8170453
commit 7b3c103b5b
7 changed files with 251 additions and 0 deletions

View file

@ -15,6 +15,18 @@
];
};
dns = rec {
master = "master-dns-aur-lasuite-federez";
secondary = [
"dns-mtz-lasuite-federez"
"dns-ren-lasuite-federez"
];
hosts = [ master ] ++ secondary;
_inherit = [
./shared/dns.nix
];
};
# For instance:
# psql = rec {
# master = "some-node-1";