Fix db pointer
This commit is contained in:
@@ -11,20 +11,17 @@ let
|
||||
in
|
||||
{
|
||||
config = lib.mkIf ( enabledConfigs != {} ) {
|
||||
virtualisation.containers.containersConf.settings = {
|
||||
containers = {
|
||||
host_containers_internal = true;
|
||||
additional_hosts = [ "host.internal:host-gateway" ];
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.oci-containers = {
|
||||
backend = "podman";
|
||||
containers = mergedContainers;
|
||||
};
|
||||
|
||||
# systemd.services.init-podman-network = {
|
||||
# description = "Create Podman network with subnet";
|
||||
# after = [ "network.target" ];
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
# serviceConfig.Type = "oneshot";
|
||||
# script = ''
|
||||
# ${pkgs.podman}/bin/podman network inspect podnet || \
|
||||
# ${pkgs.podman}/bin/podman network create --subnet=10.88.0.0/16 podnet
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user