set storage driver
This commit is contained in:
parent
69577756e5
commit
8274d839ec
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
};
|
||||
kvmgt.enable = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue