diff --git a/overlays/dogetipbot-telegram.nix b/overlays/dogetipbot-telegram.nix index 162b5f5..c3462a5 100644 --- a/overlays/dogetipbot-telegram.nix +++ b/overlays/dogetipbot-telegram.nix @@ -3,7 +3,7 @@ self: super: { dogetipbot-telegram = super.callPackage (super.fetchgit { url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git"; - rev = "a63408de18d447983d65a51f176c35e434327517"; - sha256 = "12y7yd114cz64blgnyljpnnqbycsp0f1ljzaiqq05a5xa4pjvwyf"; + rev = "33e5a2273cc1e447dec9a37676913915706fd332"; + sha256 = "1rzv5qd7bj1dzx5qa2h4mdzzvxk77hz3svfcg7hq0sff8a7npk46"; }) { pkgs = self; }; } diff --git a/services/haproxy-acme.nix b/services/haproxy-acme.nix index e472723..b16cf76 100644 --- a/services/haproxy-acme.nix +++ b/services/haproxy-acme.nix @@ -24,7 +24,7 @@ let timeout connect 4s timeout server 30s userlist LOUTRE - user paul password $6$YNjCpiPABu9$.iEp.3BgoswHcX3SMjz1/CiyqFQn/fjnxtT9CWBqQHBKynvK2kh/i62ije0WmCvhKRUhy9gdVbJStM3ciGXnC1 + user paul password $6$6rDdCtzSVsAwB6KP$V8bR7KP7FSL2BSEh6n3op6iYhAnsVSPI2Ar3H6MwKrJ/lZRzUI8a0TwVBD2JPnAntUhLpmRudrvdq2Ls2odAy. frontend public bind :::80 v4v6 bind :::443 v4v6 ssl crt /var/lib/acme/${cfg.domaine}/full.pem alpn h2,http/1.1 diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 7f9744e..63081a1 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -10,7 +10,6 @@ let max_port = 52348; musique_port = 52349; factorio_port = 52351; - airsonic_port = 4040; in { @@ -63,7 +62,6 @@ in "gitea.${domaine}" = { ip = "127.0.0.1"; port = 3001; 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; }; - "airsonic.${domaine}" = { ip = "127.0.0.1"; port = airsonic_port; auth = false; }; }; }; @@ -351,14 +349,6 @@ in port = 5432; passwordFile = "/mnt/secrets/gitea_database_passwordFile"; }; - log.level = "Warn"; - extraConfig = '' - [ui] - DEFAULT_THEME = arc-green - - [service] - DISABLE_REGISTRATION = true - ''; }; site-musique = { @@ -386,9 +376,6 @@ in public = true; username = "nyanloutre"; }; - - airsonic.enable = true; - airsonic.maxMemory = 500; }; systemd.services.dogetipbot-telegram = {