nix-config/hosts/Anton/docker.nix.save

10 lines
102 B
Plaintext
Raw Normal View History

2024-08-03 15:36:08 +02:00
{ pkgs, ... }:
{
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
};
}