This commit is contained in:
2025-08-28 19:08:40 +03:00
parent 7a6adb28ee
commit bc83b18d04
+8
View File
@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
let
in
{
virtualisation = {
docker.enable = true;
};
}