🐛 (aurum) disable docker btrfs driver

This commit is contained in:
Laureηt 2024-07-10 21:30:33 +02:00
parent d256657217
commit 363e4765f1
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -2,7 +2,6 @@
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
enableOnBoot = false;
autoPrune.enable = true;
};