Add nginx,traefik,caddy,docker,podman

This commit is contained in:
Alexander Derevianko
2025-07-26 22:53:41 +02:00
parent 945b8ade7a
commit 5a3ef4684b
14 changed files with 494 additions and 23 deletions
+18
View File
@@ -129,6 +129,24 @@ in {
};
};
###
# My Services
###
dov = {
# Reverse Proxy
reverse-proxy = {
nginx.enable = false; # TODO does not work for some reason
traefik.enable = false; # TODO has issues retrieving certificate from duckdns
caddy.enable = false; # TODO has issues retrieving certificate from duckdns
};
virtualisation = {
podman.enable = false;
docker.enable = true;
};
};
# DO NOT CHANGE AT ANY POINT!
system.stateVersion = "25.05";
}