AtomicData
Modular protocol for sharing, modifying and modeling graph data
Demo
Implement missing demoOptions
services.atomic-server
-
Whether to enable Enable Atomic Server.
- Type:
boolean
- Default:
false
-
Atomic Server configuration. Refer to https://docs.atomicdata.dev/atomicserver/installation#atomicserver-cli-options--env-vars for details on supported values. ATOMIC_CONFIG_DIR and ATOMIC_DATA_DIR are set automatically to work with NixOS Modules.
- Type:
unspecified value
- Default:
{ }
services.atomic-server.enable
services.atomic-server.settings
Examples
Enable Atomic Server
{ ... }: { networking.firewall.allowedTCPPorts = [ 80 ]; services = { atomic-server = { enable = true; }; }; }
This project is funded by NLnet through these subgrants: