fix: docker storage driver - btrfs

This commit is contained in:
Ryan Yin
2023-12-02 22:57:35 +08:00
parent 7c61a58808
commit da2ab6f86b

View File

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