stuff
This commit is contained in:

committed by
Shelvacu on nix-on-droid

parent
af1f6f55b0
commit
48f4a4d22a
20
dns/sv.mt.nix
Normal file
20
dns/sv.mt.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (lib) singleton;
|
||||
inherit (config.vacu) dnsData;
|
||||
in
|
||||
{
|
||||
vacu.dns."pwrhs.win" =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ dnsData.modules.cloudns ];
|
||||
A = [ dnsData.propPublicV4 ];
|
||||
subdomains.thisthirdlevelisownedbyshelandwasnotmadeavailabletoemily.NS = [
|
||||
"freedns1.registrar-servers.com."
|
||||
"freedns2.registrar-servers.com."
|
||||
"freedns3.registrar-servers.com."
|
||||
"freedns4.registrar-servers.com."
|
||||
"freedns5.registrar-servers.com."
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user