removed outdated .nix file
This commit is contained in:
parent
b6628b993e
commit
e0b46f87ad
@ -1,17 +0,0 @@
|
|||||||
{config, pkgs, lib, ...}:
|
|
||||||
|
|
||||||
let
|
|
||||||
personalization = import ./personalization.nix;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
|
|
||||||
services.onlyoffice = {
|
|
||||||
enable = true;
|
|
||||||
jwtSecretFile = "${personalization.onlyofficejwtSecretFile}";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx.defaultSSLListenPort = 9443;
|
|
||||||
services.nginx.defaultHTTPListenPort = 9080;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user