mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
style: formatting with nixfmt
This commit is contained in:
parent
a97ad1b804
commit
08350def49
31 changed files with 143 additions and 240 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
email = "admin@satr14.my.id";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
A = [
|
||||
{ address = "203.0.113.1"; ttl = 60 * 60; }
|
||||
{
|
||||
address = "203.0.113.1";
|
||||
ttl = 60 * 60;
|
||||
}
|
||||
"203.0.113.2"
|
||||
(ttl (60 * 60) (a "203.0.113.3"))
|
||||
];
|
||||
|
|
@ -18,7 +17,13 @@ in with dns.lib.combinators; {
|
|||
MX = mx.google;
|
||||
|
||||
TXT = [
|
||||
(with spf; strict [ "a:mail.example.com" google ])
|
||||
(
|
||||
with spf;
|
||||
strict [
|
||||
"a:mail.example.com"
|
||||
google
|
||||
]
|
||||
)
|
||||
];
|
||||
|
||||
DMARC = [ (dmarc.postmarkapp "mailto:re+abcdefghijk@dmarc.postmarkapp.com") ];
|
||||
|
|
@ -48,8 +53,16 @@ in with dns.lib.combinators; {
|
|||
{
|
||||
svcPriority = 1;
|
||||
targetName = ".";
|
||||
alpn = [ "http/1.1" "h2" "h3" ];
|
||||
ipv4hint = [ "203.0.113.1" "203.0.113.2" "203.0.113.3" ];
|
||||
alpn = [
|
||||
"http/1.1"
|
||||
"h2"
|
||||
"h3"
|
||||
];
|
||||
ipv4hint = [
|
||||
"203.0.113.1"
|
||||
"203.0.113.2"
|
||||
"203.0.113.3"
|
||||
];
|
||||
ipv6hint = [ "4321:0:1:2:3:4:567:89ab" ];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
description = "Discord verification";
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
TXT = [ "dh=279643a6f8677dedb1c5c63d007fc4516149679c" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
TXT = [ "dh=a7c19efb0f6bc38b97a33760f6c1ee84df4151b1" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
TXT = [ "dh=6024027bc233825451e290ac37a4b4a1f838ee70" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "shadowe1ite";
|
||||
};
|
||||
proxy = true;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "shadowe1ite.github.io." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "orangci";
|
||||
email = "c@orangc.xyz";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "ColinLeDev";
|
||||
};
|
||||
description = "My personal portfolio hosted on my server";
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "proxy.col1n.fr." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "CuteDog5695";
|
||||
email = "cutedog5695@gmail.com";
|
||||
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "elkhaff";
|
||||
};
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "portofolio-pixel.pages.dev." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "jacobrdale";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "hexon404.onrender.com." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "FWEEaaaa1";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
A = [ "128.204.223.115" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "joestr";
|
||||
email = "strasser999@gmail.com";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
A = [ "142.132.173.34" ];
|
||||
AAAA = [ "2a01:4f8:1c0c:6cc0::1" ];
|
||||
MX = [
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "justdeveloper@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustDeveloper1/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "JustDeveloper1";
|
||||
email = "support@juststudio.is-a.dev";
|
||||
repo = "https://github.com/JustStudio7/Website";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "Bananalolok";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
A = [ "69.197.135.205" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "EducatedSuddenBucket";
|
||||
email = "me@esb.is-a.dev";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "educatedsuddenbucket-github-io.onrender.com." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "heypxl";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "heypxl.github.io." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "vortexprime24";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "fire.hackclub.app." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "Roki100";
|
||||
discord = "289479495444987904";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "edge.redirect.pizza." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "satr14washere";
|
||||
};
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "5th-site.pages.dev." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.lol";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "proxy.stefdp.lol." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "ukriu";
|
||||
email = "partofmyid@ukriu.com";
|
||||
};
|
||||
description = "my website";
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "ukriu.pages.dev." ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
{ dns, ... }: let
|
||||
owner = {
|
||||
username = "Stef-00012";
|
||||
email = "admin@stefdp.com";
|
||||
};
|
||||
proxy = false;
|
||||
in with dns.lib.combinators; {
|
||||
{ dns, ... }:
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
CNAME = [ "proxy.stefdp.com." ];
|
||||
}
|
||||
|
|
|
|||
13
flake.nix
13
flake.nix
|
|
@ -2,7 +2,9 @@
|
|||
description = "Zone File Generator";
|
||||
inputs.dns.url = "github:nix-community/dns.nix";
|
||||
|
||||
outputs = { dns, ... }: let
|
||||
outputs =
|
||||
{ dns, ... }:
|
||||
let
|
||||
email = "admin@satr14.my.id";
|
||||
domains."0" = {
|
||||
domain = "part-of.my.id";
|
||||
|
|
@ -11,10 +13,13 @@
|
|||
"fattouche.ns.cloudflare.com"
|
||||
];
|
||||
};
|
||||
in {
|
||||
packages.x86_64-linux = builtins.mapAttrs (_: domain:
|
||||
in
|
||||
{
|
||||
packages.x86_64-linux = builtins.mapAttrs (
|
||||
_: domain:
|
||||
dns.util.x86_64-linux.writeZone domain.domain (
|
||||
with dns.lib.combinators; {
|
||||
with dns.lib.combinators;
|
||||
{
|
||||
SOA = {
|
||||
adminEmail = email;
|
||||
nameServer = builtins.head domain.nameservers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue