mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
last-stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
stable = import inputs.nixpkgs-stable { system = "x86_64-linux"; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
@@ -88,6 +88,7 @@ in
|
|||||||
};
|
};
|
||||||
collabora-online = {
|
collabora-online = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = stable.collabora-online;
|
||||||
port = 9980;
|
port = 9980;
|
||||||
settings = {
|
settings = {
|
||||||
# Rely on reverse proxy for SSL
|
# Rely on reverse proxy for SSL
|
||||||
|
|||||||
Reference in New Issue
Block a user