feat: Added docker for nixos mirai

This commit is contained in:
uttarayan21
2024-11-18 19:00:36 +02:00
parent 48fb6909cb
commit f0b4656e90
2 changed files with 11 additions and 2 deletions

8
nixos/mirai/docker.nix Normal file
View File

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