Secrets now working. Try to get disks to mount correctly.
This commit is contained in:
@@ -57,8 +57,8 @@ in
|
||||
|
||||
systemd.services.nextcloud = {
|
||||
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