mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
enabled synapse
This commit is contained in:
parent
633dc9a34d
commit
fb930b37ec
|
@ -12,6 +12,7 @@
|
||||||
redis = {
|
redis = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
extras = [
|
extras = [
|
||||||
"systemd"
|
"systemd"
|
||||||
"postgres"
|
"postgres"
|
||||||
|
|
|
@ -21,7 +21,7 @@ in
|
||||||
./features/homelab-dashboard.nix
|
./features/homelab-dashboard.nix
|
||||||
./features/samba-shares.nix
|
./features/samba-shares.nix
|
||||||
./features/searx.nix
|
./features/searx.nix
|
||||||
# ./features/synapse-matrix.nix
|
./features/synapse-matrix.nix
|
||||||
./features/slskd.nix
|
./features/slskd.nix
|
||||||
./features/transmission.nix
|
./features/transmission.nix
|
||||||
./features/uptime-kuma.nix
|
./features/uptime-kuma.nix
|
||||||
|
|
Loading…
Reference in a new issue