This commit is contained in:
2025-08-28 19:54:30 +03:00
parent 92ab8ea0e1
commit 714050513f
3 changed files with 87 additions and 14 deletions
+19
View File
@@ -0,0 +1,19 @@
{
config,
pkgs,
inputs,
...
}:
{
imports = [
#./3x-ui.nix
];
virtualisation = {
docker.enable = true;
};
environment.systemPackages = [
inputs.compose2nix.packages.x86_64-linux.default
];
}