From 4b0f1c5bdb1cbd37a44e5959bed55c0aaca75531 Mon Sep 17 00:00:00 2001 From: noe Date: Fri, 31 May 2024 02:03:33 -0400 Subject: [PATCH] pihole: podman??????? --- nixos/hosts/pihole/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/pihole/default.nix b/nixos/hosts/pihole/default.nix index 6f6f45f..cdb6ad3 100644 --- a/nixos/hosts/pihole/default.nix +++ b/nixos/hosts/pihole/default.nix @@ -30,7 +30,7 @@ services.pihole = { enable = true; hostConfig = { - user = "pihole"; + user = "root"; enableLingeringForUser = true; persistVolumes = true; dnsPort = 5353;