add user conf and split some configs
This commit is contained in:
parent
e7f0cdb4a2
commit
6d4453b618
6 changed files with 52 additions and 16 deletions
7
modules/hardware/tzupdate.nix
Normal file
7
modules/hardware/tzupdate.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }: {
|
||||
time.timeZone = lib.mkForce null;
|
||||
services.tzupdate = {
|
||||
enable = true;
|
||||
timer.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue