upd
This commit is contained in:
@@ -60,6 +60,11 @@ in
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
systemd.services."podman-${cfg.name}".unitConfig.RequiresMountsFor = [
|
||||
cfg.configPath
|
||||
cfg.dataPath
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.containers."${cfg.name}" = {
|
||||
inherit (cfg) autoStart image;
|
||||
ports = [ "${cfg.httpPort}:9200" ];
|
||||
|
||||
Reference in New Issue
Block a user