fix(ops/sanduny): Enable our binary cache
Change-Id: I53f4c5b667018c0d3b01b307411200b66f6a7de3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5901 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
61458ac072
commit
f8ed0088ea
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
|||
imports = [
|
||||
(mod "journaldriver.nix")
|
||||
(mod "known-hosts.nix")
|
||||
(mod "tvl-cache.nix")
|
||||
(mod "tvl-users.nix")
|
||||
(mod "www/self-redirect.nix")
|
||||
];
|
||||
|
@ -103,6 +104,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
tvl.cache.enable = true;
|
||||
|
||||
swapDevices = lib.singleton {
|
||||
device = "/dev/disk/by-uuid/df4ad9da-0a06-4c27-93e5-5d44e4750e55";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue