Enable docker on user nodes.

This commit is contained in:
2023-11-28 07:12:01 +00:00
parent f673abb95a
commit 5236329392
3 changed files with 8 additions and 1 deletions

3
common/docker.nix Normal file
View File

@@ -0,0 +1,3 @@
{
virtualisation.docker.enable = true;
}