This commit is contained in:
2025-08-28 19:15:02 +03:00
parent bc83b18d04
commit a029d29049
3 changed files with 15 additions and 1 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
{ config, pkgs, ... }:
{
config,
pkgs,
inputs,
...
}:
let
in
{
virtualisation = {
docker.enable = true;
};
environment.systemPackages = [
inputs.compose2nix.packages.x86_64-linux.default
];
}