alpine: remove samba
This commit is contained in:
parent
19811d6854
commit
5980c2ef82
2 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,6 @@
|
||||||
./nixos/services/authentik.nix
|
./nixos/services/authentik.nix
|
||||||
./nixos/services/monero.nix
|
./nixos/services/monero.nix
|
||||||
./nixos/services/arr.nix
|
./nixos/services/arr.nix
|
||||||
./nixos/services/samba.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ in {
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfigFiles = [templates."synapse/secrets.yaml".path];
|
extraConfigFiles = [templates."synapse/secrets.yaml".path];
|
||||||
|
# https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html
|
||||||
settings = {
|
settings = {
|
||||||
signing_key_path = secrets."synapse/signing_key".path;
|
signing_key_path = secrets."synapse/signing_key".path;
|
||||||
server_name = domain;
|
server_name = domain;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue