fix: disable docker storageDriver

This commit is contained in:
Ryan Yin
2023-12-12 23:39:35 +08:00
parent 5ca251646a
commit 393338a23d

View File

@@ -51,7 +51,8 @@
];
};
virtualisation.docker.storageDriver = "btrfs";
# conflict with feature: containerd-snapshotter
# virtualisation.docker.storageDriver = "btrfs";
# for Nvidia GPU
services.xserver.videoDrivers = ["nvidia"]; # will install nvidia-vaapi-driver by default