about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/nixos/modules/laptop.nix5
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix2
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";