blob: 139362750ed5d73a5ac08603904824f1ff9a71b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
# These components are
general = {
on-demand-minecraft = import ./on-demand-minecraft;
cloudflare-proxy = import ./cloudflare-proxy;
disable-screen = import ./disable-screen;
hellohtml = import ./hellohtml;
};
personal = {
duksebot = import ./duksebot;
graphics = import ./graphics;
"linus.onl" = import ./linus.onl;
"notifications.linus.onl" = import ./nofitications.linus.onl;
"git.linus.onl" = import ./git.linus.onl;
"hellohtml.linus.onl" = import ./hellohtml.linus.onl;
forsvarsarper = import ./forsvarsarper;
};
}
|