mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
13 lines
122 B
Nix
13 lines
122 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../containers/3x-ui.nix
|
|
./nginx.nix
|
|
# ./xray.nix
|
|
# ./netbird.nix
|
|
];
|
|
}
|