for real now, i have decided to just use nextcloud (this also means no more pgsql unless i want it)
18 lines
254 B
Nix
Executable file
18 lines
254 B
Nix
Executable file
{ config, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./grafana
|
|
./caddy.nix
|
|
./cloudflared.nix
|
|
./jellyfin.nix
|
|
./kanidm.nix
|
|
./nextcloud.nix
|
|
./ntfy.nix
|
|
./restic.nix
|
|
./sops.nix
|
|
./uptime-kuma.nix
|
|
./vaultwarden.nix
|
|
./zed.nix
|
|
];
|
|
}
|