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