forked from nyanloutre/nixos-config
installation airsonic
This commit is contained in:
parent
e041e07fd9
commit
745b342aab
@ -10,6 +10,7 @@ let
|
|||||||
max_port = 52348;
|
max_port = 52348;
|
||||||
musique_port = 52349;
|
musique_port = 52349;
|
||||||
factorio_port = 52351;
|
factorio_port = 52351;
|
||||||
|
airsonic_port = 4040;
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -62,6 +63,7 @@ in
|
|||||||
"gitea.${domaine}" = { ip = "127.0.0.1"; port = 3001; auth = false; };
|
"gitea.${domaine}" = { ip = "127.0.0.1"; port = 3001; auth = false; };
|
||||||
"ci.${domaine}" = { ip = "127.0.0.1"; port = 52350; auth = false; };
|
"ci.${domaine}" = { ip = "127.0.0.1"; port = 52350; auth = false; };
|
||||||
"factorio.${domaine}" = { ip = "127.0.0.1"; port = factorio_port; auth = false; };
|
"factorio.${domaine}" = { ip = "127.0.0.1"; port = factorio_port; auth = false; };
|
||||||
|
"airsonic.${domaine}" = { ip = "127.0.0.1"; port = airsonic_port; auth = false; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -384,6 +386,9 @@ in
|
|||||||
public = true;
|
public = true;
|
||||||
username = "nyanloutre";
|
username = "nyanloutre";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
airsonic.enable = true;
|
||||||
|
airsonic.maxMemory = 500;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.dogetipbot-telegram = {
|
systemd.services.dogetipbot-telegram = {
|
||||||
|
Loading…
Reference in New Issue
Block a user