podman failed again, added darkwire

This commit is contained in:
Danilo Reyes 2024-01-10 11:58:09 -06:00
parent 0dbf16ac98
commit 35e764fb92
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,8 @@
docker = {
enable = true;
enableNvidia = true;
storageDriver = "btrfs";
# dockerCompat = true;
# defaultNetwork.settings.dns_enabled = true;
autoPrune = {
enable = true;
flags = [ "--all" ];

View File

@ -21,6 +21,7 @@ let
ryotPort = 8765;
scrobblePort = 9078;
malojaPort = 42010;
darkwirePort = 3001;
bazarrPort = config.services.bazarr.listenPort;
kavitaPort = config.services.kavita.port;
vaultPort = config.services.vaultwarden.config.ROCKET_PORT;
@ -80,6 +81,7 @@ in {
"maloja.${domain}" = proxy malojaPort // { };
"qampqwn4wprhqny8h8zj.${domain}" = proxy secretFlamePort // { };
"xfwmrle6h6skqujbeizw.${domain}" = proxy qbitPort // { };
"dontcancelmeplz.${domain}" = proxy darkwirePort // { };
"audiobooks.${domain}" = base {
"/" = {
proxyPass = "http://${localhost}:${toString (audiobookPort)}";