added modules
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
personalization = import ./personalization.nix;
|
||||
|
||||
in
|
||||
{
|
||||
lib.mkIf config.sovran_systemsOS.features.coturn {
|
||||
|
||||
systemd.services.coturn-helper = {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
in
|
||||
{
|
||||
lib.mkIf config.sovran_systemsOS.features.synapse {
|
||||
services.matrix-synapse = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
let
|
||||
personalization = import ./personalization.nix;
|
||||
in
|
||||
{
|
||||
|
||||
lib.mkIf config.sovran_systemsOS.features.vaultwarden {
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user