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
|
|
@ -47,6 +47,8 @@ lib.fix (self: {
|
|||
zfs.enableUnstable = true;
|
||||
};
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "zpool/ephemeral/root";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue