Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
0009c5e6af5f4931b74882aef198a1a27c97fa12
/
.
/
modules
/
common
/
docker.nix
blob: ae259eec129107a389c1904ee679dbf683cd00a1 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
[
pkgs
.
docker
-
compose
];
virtualisation
.
docker
.
enable
=
true
;
}