1{userSettings, ...}: { 2 virtualisation.docker.enable = true; 3 users.users.${userSettings.username}.extraGroups = [ "docker" ]; 4}