coder: added podman
This commit is contained in:
parent
2673c2a0e8
commit
d4e9b58c08
1 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue