16 lines
241 B
Nix
16 lines
241 B
Nix
{...}: {
|
|
imports = [
|
|
./hass
|
|
./restic.nix
|
|
./traefik.nix
|
|
./stash.nix
|
|
./jellyfin.nix
|
|
./wallos.nix
|
|
./anki-sync-server.nix
|
|
./hoarder.nix
|
|
./immich.nix
|
|
./komga.nix
|
|
./glance.nix
|
|
# ./botoh.nix
|
|
];
|
|
}
|