manual_inherit
This commit is contained in:
@@ -61,8 +61,7 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers."${cfg.name}" = {
|
||||
autoStart = cfg.autoStart;
|
||||
image = cfg.image;
|
||||
inherit (cfg) autoStart image;
|
||||
ports = [ "${cfg.httpPort}:9200" ];
|
||||
volumes = [
|
||||
"${cfg.configPath}:/etc/ocis"
|
||||
|
||||
Reference in New Issue
Block a user