diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 45e9b72..04997e4 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -73,6 +73,9 @@ }; }; + virtualisation.docker = { + enable = true; + storageDriver = "btrfs"; }; }; }