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:
parent
055bbe3180
commit
dc56b365e6
2 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue