Added quotes.

This commit is contained in:
Raphaël Numbus
2026-02-25 23:23:03 +01:00
parent d8056117de
commit 6e188590ce
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in
helper.mkPodmanService {
inherit name;
description = "Pi-Hole, the ads black hole";
pod = false;
pod = "false";
defaultPort = "4443";
scheme = "https";
dependencies = [ "network.target" "multi-user.target" ];