fix(grfn/system): Set docker storageDriver on mugwump
A recent upgrade is requiring this now for some reason. Change-Id: I5908c12d104044897b4969dbd1299a3071d507bd Reviewed-on: https://cl.tvl.fyi/c/depot/+/8716 Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
6eedd159ac
commit
ddff7ffab3
1 changed files with 4 additions and 1 deletions
|
@ -266,7 +266,10 @@ with lib;
|
|||
|
||||
services.xanthous-server.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
|
||||
services.buildkite-agents = listToAttrs (map
|
||||
(n: rec {
|
||||
|
|
Loading…
Reference in a new issue