fix
This commit is contained in:
@@ -26,8 +26,6 @@ in
|
||||
containers = mergedContainers;
|
||||
};
|
||||
|
||||
systemd.services
|
||||
|
||||
system.activationScripts.container-setup-dirs = {
|
||||
deps = [ "users" "groups" ];
|
||||
text = lib.concatStringsSep "\n" (map (cfg: ''
|
||||
@@ -37,18 +35,6 @@ in
|
||||
'') 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 = {
|
||||
podman-gc = {
|
||||
description = "Podman garbage collection";
|
||||
|
||||
Reference in New Issue
Block a user