added home manger to all flakes

This commit is contained in:
Leyla Becker 2024-10-03 16:38:51 +02:00
parent 89c8c729fa
commit bba88fc3fe
5 changed files with 26 additions and 13 deletions

View file

@ -107,7 +107,7 @@
"${config.sops.secrets."services/pi-hole".path}:${passwordFileLocation}"
];
environment = {
TZ = config.time.timeZone;
TZ = "America/Chicago";
WEBPASSWORD_FILE = passwordFileLocation;
PIHOLE_UID = toString config.users.users.pihole.uid;
PIHOLE_GID = toString config.users.groups.pihole.gid;