mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
Documentation improvements
docs: Add Wiki section for (legacy) configuration snippets in case they are deleted from the main configuration docs: Add more details on matrix handling
This commit is contained in:
parent
d5a18a84d5
commit
1ddc3eb81d
4 changed files with 212 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ in {
|
|||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
(unstable + "/nixos/modules/services/matrix/mautrix-signal.nix")
|
||||
# (unstable + "/nixos/modules/services/matrix/mautrix-signal.nix") # no longer needed; mautrix-signal was added to nixpkgs
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -283,6 +283,7 @@ in {
|
|||
|
||||
services.mautrix-signal = {
|
||||
enable = true;
|
||||
registerToSynapse = false; # this has the same effect as registering to app_service_config_file above
|
||||
# environmentFile = config.sops.templates.mautrixwhatsapp.path;
|
||||
settings = {
|
||||
homeserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue