mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
26 lines
379 B
Nix
Executable File
26 lines
379 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
#./cloudflared.nix
|
|
./open-webui.nix
|
|
../software/beets
|
|
./calibre-web.nix
|
|
# ./memos.nix
|
|
# ./trilium.nix
|
|
./immich.nix
|
|
# ./mealie.nix
|
|
./miniflux.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./samba.nix
|
|
./stirling-pdf.nix
|
|
./syncthing.nix
|
|
./systemd.nix
|
|
./transmission.nix
|
|
# ./zerotier.nix
|
|
];
|
|
}
|