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