fix
This commit is contained in:
@@ -26,8 +26,6 @@ in
|
|||||||
containers = mergedContainers;
|
containers = mergedContainers;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services
|
|
||||||
|
|
||||||
system.activationScripts.container-setup-dirs = {
|
system.activationScripts.container-setup-dirs = {
|
||||||
deps = [ "users" "groups" ];
|
deps = [ "users" "groups" ];
|
||||||
text = lib.concatStringsSep "\n" (map (cfg: ''
|
text = lib.concatStringsSep "\n" (map (cfg: ''
|
||||||
@@ -37,18 +35,6 @@ in
|
|||||||
'') allPathConfigs);
|
'') allPathConfigs);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# systemd.services.${name}-init-settings = {
|
|
||||||
# description = "Initialize ${NAME} settings";
|
|
||||||
# after = [ "podman-${name}-${setup.trigger}.service" ];
|
|
||||||
# requires = [ "podman-${name}-${setup.trigger}.service" ];
|
|
||||||
# wantedBy = [ "multi-user.target" ];
|
|
||||||
# serviceConfig = {
|
|
||||||
# Type = "oneshot";
|
|
||||||
# ExecStart = "${container.setup.script}";
|
|
||||||
# RemainAfterExit = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
podman-gc = {
|
podman-gc = {
|
||||||
description = "Podman garbage collection";
|
description = "Podman garbage collection";
|
||||||
|
|||||||
Reference in New Issue
Block a user