consolidate podman containers

This commit is contained in:
2025-08-03 16:38:50 +02:00
parent 3d683f6e67
commit 3be1d4c339
3 changed files with 196 additions and 7 deletions

View File

@@ -8,9 +8,6 @@
uid = 994;
gid = 993;
pihole = {
enable = true;
};
unbound = {
enable = false;
};
@@ -57,9 +54,16 @@
credentialsFile = config.age.secrets.vaultwardenCloudflared.path;
};
};
qbittorrent = {
podman = {
enable = true;
port = 8080;
qbittorrent = {
enable = true;
port = 8080;
};
pihole = {
enable = true;
port = 8054;
};
};
};
}