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