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 = "IT-tools, useful tools when doing IT";
pod = false;
pod = "false";
defaultPort = "8880";
configDir = false;
dataDir = false;
+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" ];
+1 -1
View File
@@ -15,8 +15,8 @@ in
helper.mkPodmanService {
inherit name;
description = "Traefik reverse proxy, one to rule them all";
pod = "false";
reverseProxied = false;
pod = false;
dataDir = false;
dependencies = [ "network.target" "multi-user.target" ];
startDelay = 10;