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