idea is working
This commit is contained in:
parent
f5917a02ec
commit
05d5046799
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
users.users.jitsi-rooms-backend = {
|
||||
isSystemUser = true;
|
||||
group = "jitsi-rooms-backend";
|
||||
extraGroups = [ "dbus" ];
|
||||
};
|
||||
users.groups.jitsi-rooms-backend = { };
|
||||
|
||||
services.nginx.virtualHosts.${cfg.nginxHostname} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue