thrall: Extract timezone configuration
This commit is contained in:
parent
10843c1efc
commit
5c1e8ea969
2 changed files with 9 additions and 7 deletions
5
modules/timezone.nix
Normal file
5
modules/timezone.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue