initial commit

This commit is contained in:
2023-07-07 08:49:04 +02:00
commit 08b84676a5
18 changed files with 524 additions and 0 deletions

View File

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