mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
e795b1893b
Former-commit-id: 4657ca3d75
5 lines
127 B
Nix
5 lines
127 B
Nix
{ config, ... }: {
|
|
virtualisation.docker.enable = true;
|
|
users.users."${config.var.username}".extraGroups = [ "docker" ];
|
|
}
|