fix: missing include
This commit is contained in:
parent
add7bfc2c1
commit
5206893dcd
3 changed files with 5 additions and 2 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./boot.nix
|
||||
./sops-conf.nix
|
||||
./nginx.nix
|
||||
../../modules/presets/basic.nix
|
||||
../../modules/cuda.nix
|
||||
../../modules/gaming.nix
|
||||
../../modules/secure-boot.nix
|
||||
|
|
@ -22,7 +23,7 @@
|
|||
../../modules/wireguard.nix
|
||||
../../modules/certbot.nix
|
||||
(import ../../modules/nextcloud.nix {
|
||||
hostname = "pre7780.net.dn";
|
||||
hostname = "pre-nextcloud.net.dn";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ let
|
|||
'';
|
||||
|
||||
pre7780 = {
|
||||
hostname = "pre7780.net.dn";
|
||||
hostname = "pre-nextcloud.net.dn";
|
||||
ip = "10.0.0.130";
|
||||
};
|
||||
in
|
||||
|
|
|
|||
|
|
@ -385,6 +385,7 @@ in
|
|||
IN TXT "v=spf1 mx"
|
||||
dns IN A ${serverIP}
|
||||
nextcloud IN A ${serverIP}
|
||||
pre-nextcloud IN A ${serverIP}
|
||||
ca IN A ${serverIP}
|
||||
server IN A ${serverIP}
|
||||
mail IN A ${serverIP}
|
||||
|
|
@ -419,6 +420,7 @@ in
|
|||
${serverIP} IN PTR dns.${personal.domain}.
|
||||
${serverIP} IN PTR server.${personal.domain}.
|
||||
${serverIP} IN PTR nextcloud.${personal.domain}.
|
||||
${serverIP} IN PTR pre-nextcloud.${personal.domain}.
|
||||
${serverIP} IN PTR ca.${personal.domain}.
|
||||
${mailIP} IN PTR mail.${personal.domain}.
|
||||
${dnsReversedRecords}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue