change docker base storage to be on SSD
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{config, pkgs, ...}@input: {
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
data-root = "/srv/docker";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user