Secrets now working. Try to get disks to mount correctly.

This commit is contained in:
Raphaël Numbus
2026-01-04 09:42:18 +01:00
parent fb551a15cf
commit a4d1681c38
12 changed files with 74 additions and 72 deletions
+2 -2
View File
@@ -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 ];