mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
11 lines
74 B
Nix
11 lines
74 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./containers
|
|
./nginx.nix
|
|
];
|
|
}
|