mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
13 lines
107 B
Nix
Executable File
13 lines
107 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
./docker.nix
|
|
./netbird.nix
|
|
./nginx.nix
|
|
./xray.nix
|
|
];
|
|
}
|