Secrets now working. Try to get disks to mount correctly.
This commit is contained in:
@@ -34,8 +34,8 @@ in
|
||||
|
||||
systemd.services.it-tools = {
|
||||
description = "Podman container : ${container_name}";
|
||||
after = [ "network.target" "traefik.service" ];
|
||||
requires = [ "network.target" ];
|
||||
requires = [ "podman.socket" ];
|
||||
after = [ "network.target" "traefik.service" "podman.socket" ];
|
||||
wantedBy = ["multi-user.target"];
|
||||
path = [ pkgs.podman-compose ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user