Files
nixos/system/modules/docker.nix
T
2025-07-25 10:24:08 +02:00

9 lines
166 B
Nix

{ config, lib, pkgs, ... }:
{
virtualisation.docker.enable = true;
#virtualisation.docker.rootless = {
# enable = true;
# setSocketVariable = true;
#};
}