docker and clis

This commit is contained in:
2024-04-21 16:22:38 +02:00
parent 2e292e4973
commit 89dfe828f9
4 changed files with 21 additions and 1 deletions

5
hosts/common/docker.nix Normal file
View File

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