docker
This commit is contained in:
parent
88aff0186a
commit
0139527b3b
|
@ -1,5 +1,13 @@
|
||||||
{config, ...}: {
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
users.groups.docker.members = config.users.normalUsers;
|
users.groups.docker.members = config.users.normalUsers;
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.docker-compose
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue