mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -11,6 +11,11 @@ let
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
work = import inputs.nixpkgs-stable {
|
||||
system = "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
config.allowUnfreePredicate = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
services = {
|
||||
@@ -120,11 +125,15 @@ in
|
||||
};
|
||||
onlyoffice = {
|
||||
enable = true;
|
||||
package = work.onlyoffice-documentserver;
|
||||
hostname = "0.0.0.0";
|
||||
jwtSecretFile = "${inputs.zeroq-credentials}/services/onlyoffice/jwt.txt";
|
||||
};
|
||||
};
|
||||
|
||||
fonts.fonts = [ work.corefonts ];
|
||||
|
||||
|
||||
networking.hosts = {
|
||||
# "localhost" = [
|
||||
# "nextcloud.zeroq.ru"
|
||||
|
||||
Reference in New Issue
Block a user