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