sysadmin: specify UTC timezone
This commit is contained in:
parent
96f4062991
commit
4ed696e5b1
3 changed files with 4 additions and 5 deletions
|
@ -8,6 +8,8 @@ in
|
|||
options.qenya.sysadmin.enable = mkEnableOption "Base configuration for headless servers";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
time.timeZone = "Etc/UTC";
|
||||
|
||||
# Allow remote deployment with colmena
|
||||
deployment.targetUser = null;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue