Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
ad0a5935480f1bd799e4502843b1c7469611d14d
/
.
/
modules
/
common
/
docker.nix
blob: ae259eec129107a389c1904ee679dbf683cd00a1 [
file
] [
log
] [
blame
]
Skyler Grey
452ee7c
2023-05-01 21:31:30 +0000
[
diff
] [
blame
]
1
{
pkgs
,
...
}:
{
2
environment
.
systemPackages
=
[
pkgs
.
docker
-
compose
];
3
virtualisation
.
docker
.
enable
=
true
;
Skyler Grey
452ee7c
2023-05-01 21:31:30 +0000
[
diff
] [
blame
]
4
}