mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
20 lines
257 B
Nix
Executable File
20 lines
257 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
#./cloudflared.nix
|
|
#./open-webui.nix
|
|
../software/beets
|
|
./immich.nix
|
|
./mealie.nix
|
|
./miniflux.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./stirling-pdf.nix
|
|
./zerotier.nix
|
|
./systemd.nix
|
|
];
|
|
}
|