nix-config/hosts/Anton/docker.nix.save
2024-08-03 17:09:55 +02:00

10 lines
102 B
Plaintext

{ pkgs, ... }:
{
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
};
}