Skip to content

Commit a97ad1b

Browse files
committed
migrated nix files
1 parent 71102fa commit a97ad1b

30 files changed

Lines changed: 546 additions & 5 deletions

domains/_discord.colin.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "ColinLeDev";
4+
};
5+
description = "Discord verification";
6+
proxy = false;
7+
in with dns.lib.combinators; {
8+
TXT = [ "dh=279643a6f8677dedb1c5c63d007fc4516149679c" ];
9+
}

domains/_discord.cutedog5695.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "CuteDog5695";
4+
email = "cutedog5695@gmail.com";
5+
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
6+
};
7+
proxy = false;
8+
in with dns.lib.combinators; {
9+
TXT = [ "dh=a7c19efb0f6bc38b97a33760f6c1ee84df4151b1" ];
10+
}

domains/_discord.justdeveloper.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "JustDeveloper1";
4+
email = "justdeveloper@juststudio.is-a.dev";
5+
repo = "https://github.com/JustDeveloper1/Website";
6+
};
7+
proxy = false;
8+
in with dns.lib.combinators; {
9+
TXT = [ "dh=6024027bc233825451e290ac37a4b4a1f838ee70" ];
10+
}

domains/_discord.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "satr14washere";
4+
};
5+
proxy = false;
6+
in with dns.lib.combinators; {
7+
TXT = [ "dh=d509fc9014e196311ed887c2e410cdefa833436e" ];
8+
}

domains/_discord.roki.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "Roki100";
4+
discord = "289479495444987904";
5+
};
6+
in with dns.lib.combinators; {
7+
TXT = [ "dh=5633078cd5bfd347a896ddb0f0de017c5423aa06" ];
8+
}

domains/batman.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "shadowe1ite";
4+
};
5+
proxy = true;
6+
in with dns.lib.combinators; {
7+
CNAME = [ "shadowe1ite.github.io." ];
8+
}

domains/c.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "orangci";
4+
email = "c@orangc.xyz";
5+
};
6+
proxy = false;
7+
in with dns.lib.combinators; {
8+
CNAME = [ "edge.redirect.pizza." ];
9+
}

domains/colin.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "ColinLeDev";
4+
};
5+
description = "My personal portfolio hosted on my server";
6+
proxy = false;
7+
in with dns.lib.combinators; {
8+
CNAME = [ "proxy.col1n.fr." ];
9+
}

domains/cutedog5695.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "CuteDog5695";
4+
email = "cutedog5695@gmail.com";
5+
repo = "https://github.com/CuteDog5695/cutedog5695.github.io";
6+
};
7+
proxy = false;
8+
in with dns.lib.combinators; {
9+
CNAME = [ "edge.redirect.pizza." ];
10+
}

domains/elkaff.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ dns, ... }: let
2+
owner = {
3+
username = "elkhaff";
4+
};
5+
in with dns.lib.combinators; {
6+
CNAME = [ "portofolio-pixel.pages.dev." ];
7+
}

0 commit comments

Comments
 (0)