feat: Added docker for nixos mirai
This commit is contained in:
8
nixos/mirai/docker.nix
Normal file
8
nixos/mirai/docker.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
virtualisation.docker.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user