Update TPM configuration. Added systemD pi-hole.service priority.

This commit is contained in:
Raphaël Numbus
2026-02-08 09:57:04 +01:00
parent d4a8f7f5bc
commit 1f26f51072
11 changed files with 66 additions and 30 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ in
systemd.services."${container_name}" = {
description = "Podman container : ${container_name}";
after = [ "network.target" ];
after = [ "network.target" "traefik.service" "pi-hole.service" ];
requires = [ "traefik.service" ];
wantedBy = [ "multi-user.target" ];
path = [ pkgs.podman pkgs.coreutils ];