From dc56b365e63d8e162b504738f54e4bd91d1b067e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 14 Jun 2022 13:06:28 +0000 Subject: 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/laptop.nix | 5 +++-- users/tazjin/nixos/tverskoy/default.nix | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index da35c787b5..e0d67dc259 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -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; location.provider = "geoclue2"; - services.localtimed.enable = true; # Enable power-saving features. services.tlp.enable = true; diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 56f954c6f4..03de20fc74 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -47,6 +47,8 @@ lib.fix (self: { zfs.enableUnstable = true; }; + virtualisation.virtualbox.host.enable = true; + fileSystems = { "/" = { device = "zpool/ephemeral/root"; -- cgit 1.4.1