forked from nyanloutre/nixos-config
LoutreOS: ajout site Minecraft
This commit is contained in:
parent
3254dc0468
commit
e5e12f0e23
@ -147,6 +147,11 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/var/www" =
|
||||||
|
{ device = "loutrepool/var/www";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -41,6 +41,7 @@ in
|
|||||||
"airsonic.${domaine}" = { ip = "127.0.0.1"; port = 4040; auth = false; };
|
"airsonic.${domaine}" = { ip = "127.0.0.1"; port = 4040; auth = false; };
|
||||||
"${domaine}" = { ip = "127.0.0.1"; port = nginxGetFirstLocalPort "wkd"; auth = false; };
|
"${domaine}" = { ip = "127.0.0.1"; port = nginxGetFirstLocalPort "wkd"; auth = false; };
|
||||||
"musique-meyenheim.fr" = { ip = "127.0.0.1"; port = nginxGetFirstLocalPort "musique-meyenheim.fr"; auth = false; };
|
"musique-meyenheim.fr" = { ip = "127.0.0.1"; port = nginxGetFirstLocalPort "musique-meyenheim.fr"; auth = false; };
|
||||||
|
"minecraft.${domaine}" = { ip = "127.0.0.1"; port = nginxGetFirstLocalPort "minecraft-overviewer"; auth = false; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -57,6 +58,10 @@ in
|
|||||||
listen = [ { addr = "127.0.0.1"; port = 52351; } ];
|
listen = [ { addr = "127.0.0.1"; port = 52351; } ];
|
||||||
locations = { "/" = { root = "/var/www/factorio"; }; };
|
locations = { "/" = { root = "/var/www/factorio"; }; };
|
||||||
};
|
};
|
||||||
|
"minecraft-overviewer" = {
|
||||||
|
listen = [ { addr = "127.0.0.1"; port = 52354; } ];
|
||||||
|
locations = { "/" = { root = "/var/www/minecraft-overviewer"; }; };
|
||||||
|
};
|
||||||
"wkd" = {
|
"wkd" = {
|
||||||
listen = [ { addr = "127.0.0.1"; port = 52352; } ];
|
listen = [ { addr = "127.0.0.1"; port = 52352; } ];
|
||||||
locations = { "/.well-known/openpgpkey/" = {
|
locations = { "/.well-known/openpgpkey/" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user