[Nix] Adds MCP config.
This commit is contained in:
14
system/hosts/mcp/containers/collabora.nix
Normal file
14
system/hosts/mcp/containers/collabora.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
let inherit (import ./lib.nix config) mkContainer; in
|
||||
{
|
||||
virtualisation.oci-containers.containers.collabora = {
|
||||
image = "collabora/code";
|
||||
volumes = [
|
||||
"/tank/config/collabora:/etc/coolwsd"
|
||||
];
|
||||
environment = {
|
||||
DONT_GEN_SSL_CERT = "true";
|
||||
};
|
||||
autoStart = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user