{ security.sudo.extraRules = [ { users = [ "poslop" ]; commands = [ { command = "/run/current-system/sw/bin/docker"; options = [ "NOPASSWD" ]; } ]; } ]; }