mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 20:50:47 +03:00
14 lines
130 B
Nix
Executable File
14 lines
130 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
#./cloudflared.nix
|
|
./docker.nix
|
|
./netbird.nix
|
|
./nginx.nix
|
|
./xray.nix
|
|
];
|
|
}
|