removed outdated .nix file

This commit is contained in:
naturallaw77 2024-01-09 10:28:03 -08:00
parent b6628b993e
commit e0b46f87ad

View File

@ -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;
}