From f09ee74cf65390999f87cf3b62c527411e864281 Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 18 Jan 2025 11:26:02 -0500 Subject: feat: add services to check. use same timezone for syncing auto-updates --- hosts/loki/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hosts/loki') diff --git a/hosts/loki/default.nix b/hosts/loki/default.nix index 5028d3c..ca6edab 100644 --- a/hosts/loki/default.nix +++ b/hosts/loki/default.nix @@ -19,7 +19,7 @@ networkmanager.enable = true; }; - time.timeZone = "Europe/Helsinki"; + time.timeZone = "America/Detroit"; boot.loader.grub = { enable = true; @@ -30,6 +30,10 @@ programs.motd = { enable = true; networkInterfaces = [ "enp1s0" ]; - servicesToCheck = [ ]; + servicesToCheck = [ + "coturn" + "matrix" + "postgresql" + ]; }; } -- cgit v1.2.3