mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 20:50:47 +03:00
27 lines
419 B
Nix
Executable File
27 lines
419 B
Nix
Executable File
{
|
|
lib,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
../software/beets
|
|
../services/node-red.nix
|
|
../services/uptime-kuma.nix
|
|
./calibre-web.nix
|
|
./immich.nix
|
|
./miniflux.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./samba.nix
|
|
./stirling-pdf.nix
|
|
./syncthing.nix
|
|
./systemd.nix
|
|
./transmission.nix
|
|
# ./mealie.nix
|
|
# ./memos.nix
|
|
# ./open-webui.nix
|
|
# ./trilium.nix
|
|
# ./zerotier.nix
|
|
];
|
|
}
|