refactor(docker): move the docker group to the respective nix module instead of adding the user per default

This commit is contained in:
2026-03-21 16:37:31 +01:00
parent 2fb937b19f
commit 17158618ee
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
{ config, lib, pkgs, ...}:
{
# add docker group to user
users.users.aaron.extraGroups = [ "docker" ];
virtualisation.docker = {
enable = true;
# Customize Docker daemon settings