Files
nixos/radish/containers.nix
2024-11-04 12:43:09 +02:00

9 lines
153 B
Nix

{ ... }:
{
virtualisation.docker.storageDriver = "btrfs";
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
}