Remove syn2mas package from matrix host
This commit is contained in:
parent
0b59452424
commit
779e5767d8
1 changed files with 0 additions and 2 deletions
|
@ -72,10 +72,8 @@ in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
matrix-authentication-service
|
matrix-authentication-service
|
||||||
syn2mas
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
systemd.services.matrix-authentication-service = {
|
systemd.services.matrix-authentication-service = {
|
||||||
description = "Matrix Authentication Service";
|
description = "Matrix Authentication Service";
|
||||||
after = [ "network-online.target" "postgresql.service" ];
|
after = [ "network-online.target" "postgresql.service" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue