This commit is contained in:
2026-03-01 16:02:34 +03:00
parent 4a8abddc82
commit d00e298dc5
10 changed files with 601 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
lib,
...
}:
{
imports = [
./containers
./nginx.nix
];
}