add user conf and split some configs

This commit is contained in:
Satria 2026-02-01 18:01:09 +07:00
commit 6d4453b618
6 changed files with 52 additions and 16 deletions

View file

@ -0,0 +1,7 @@
{ lib, ... }: {
time.timeZone = lib.mkForce null;
services.tzupdate = {
enable = true;
timer.enable = true;
};
}