irc dns
This commit is contained in:
parent
407024dfa9
commit
6f6c863a91
@ -11,6 +11,10 @@ Other:
|
||||
|
||||
$ nix build .#nixosConfigurations.vno1-rp3b.config.system.build.toplevel
|
||||
|
||||
Debug
|
||||
|
||||
$ nix eval .#nixosConfigurations.vno1-oh2.config.services.nsd
|
||||
|
||||
Encoding host-only secrets
|
||||
--------------------------
|
||||
|
||||
|
5
data.nix
5
data.nix
@ -97,5 +97,10 @@ rec {
|
||||
_acme-challenge.grafana 600 CNAME _acme-endpoint.grafana
|
||||
_acme-endpoint.grafana 600 NS ns._acme-endpoint.grafana
|
||||
ns._acme-endpoint.grafana 600 A ${vno1}
|
||||
|
||||
irc 600 A ${hosts."vno1-oh2.servers.jakst".jakstIP}
|
||||
_acme-challenge.irc 600 CNAME _acme-endpoint.irc
|
||||
_acme-endpoint.irc 600 NS ns._acme-endpoint.irc
|
||||
ns._acme-endpoint.irc 600 A ${vno1}
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user