forked from jan-leila/nix-config
added home manger to all flakes
This commit is contained in:
parent
89c8c729fa
commit
bba88fc3fe
5 changed files with 26 additions and 13 deletions
|
@ -14,9 +14,6 @@
|
|||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
# time.timeZone = "America/Chicago";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
i18n.extraLocaleSettings = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue