From f09eab52f18b0e7c4b11d6112793b349855ecb15 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 12 May 2026 09:49:23 +0200 Subject: Moved docker sotrage driver btrfs to be herra specific as kronos doesnt use btrfs --- system/virtualisation.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'system') diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 7bfcb95..1f795ae 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -1,7 +1,6 @@ {...}: { virtualisation.docker = { enable = true; - storageDriver = "btrfs"; }; users.extraGroups.docker.members = ["mun"]; -- cgit v1.2.3