coder: added podman

This commit is contained in:
Jurn Wubben 2025-08-22 00:59:03 +02:00
parent 2673c2a0e8
commit d4e9b58c08

View file

@ -11,6 +11,12 @@
httpsHost = "https://" + host; httpsHost = "https://" + host;
in { in {
config = lib.mkIf server { config = lib.mkIf server {
virtualisation.podman = {
enable = true;
dockerSocket.enable = true;
dockerCompat = true;
autoPrune.enable = true;
};
services = { services = {
caddy.virtualHosts."${host}".extraConfig = '' caddy.virtualHosts."${host}".extraConfig = ''
reverse_proxy :${sPort} reverse_proxy :${sPort}