feat: first nameserver set up
This commit is contained in:
parent
f3a3768f92
commit
8db9529449
4 changed files with 34 additions and 9 deletions
|
@ -19,6 +19,7 @@ in {
|
|||
imports = [
|
||||
# applications for this particular server
|
||||
../applications/firewall.nix
|
||||
../applications/dns.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -27,6 +28,13 @@ in {
|
|||
targetUser = "root";
|
||||
};
|
||||
|
||||
skynet_dns.records = {
|
||||
external = [
|
||||
"agentjones A ${ip_pub}"
|
||||
];
|
||||
cname = [];
|
||||
};
|
||||
|
||||
# this has to be defined for any physical servers
|
||||
# vms are defined by teh vm host
|
||||
networking.interfaces = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue