fix(tazjin/nixos): Disable localtimed

It only sometimes works and that's not enough times.

Change-Id: I11c1bc6e5c2eec4706bd935352188ffa83057c8f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5869
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-06-14 13:06:28 +00:00 committed by clbot
parent 055bbe3180
commit dc56b365e6
2 changed files with 5 additions and 2 deletions

View file

@ -2,10 +2,11 @@
{ ... }: { ... }:
{ {
# Automatically detect location for redshift & timezone settings. time.timeZone = "Europe/Moscow";
# Automatically detect location for redshift & so on ...
services.geoclue2.enable = true; services.geoclue2.enable = true;
location.provider = "geoclue2"; location.provider = "geoclue2";
services.localtimed.enable = true;
# Enable power-saving features. # Enable power-saving features.
services.tlp.enable = true; services.tlp.enable = true;

View file

@ -47,6 +47,8 @@ lib.fix (self: {
zfs.enableUnstable = true; zfs.enableUnstable = true;
}; };
virtualisation.virtualbox.host.enable = true;
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "zpool/ephemeral/root"; device = "zpool/ephemeral/root";