about summary refs log tree commit diff
path: root/users/grfn/system/system/modules/development.nix
blob: bfa0e22cff0ae7b6a3ff29773e71eeecc1a30c23 (plain) (blame)
1
2
3
4
5
6
{ config, lib, pkgs, ... }:

{
  virtualisation.docker.enable = true;
  users.users.grfn.extraGroups = [ "docker" ];
}