'Fix' printer driver, set timezone

This commit is contained in:
root
2021-04-03 10:15:10 -07:00
parent 69b2b0305e
commit 4da2c85fb1
3 changed files with 7 additions and 1 deletions
+2
View File
@@ -138,6 +138,8 @@ in {
hosts = { "127.0.0.1" = [ "${hostname}.${domain-name}" "${hostname}" ]; };
};
time.timeZone = site.timezone;
krb5.libdefaults.default_realm = domain.gssapi-realm;
services.cron.mailto = domain.admin-email;