AtomicData
Modular protocol for sharing, modifying and modeling graph data
Declared in: projects/AtomicData/default.nix
Demo
Implement missing demoOptions
services.atomic-server
-
Whether to enable Enable Atomic Server.
- Type:
boolean
- Default:
false
- Declared in:
- projects/AtomicData/service.nix
-
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:
{ }
- Declared in:
- projects/AtomicData/service.nix
services.atomic-server.enable
services.atomic-server.settings
Examples
Enable Atomic Server
{ ... }: { networking.firewall.allowedTCPPorts = [ 80 ]; services = { atomic-server = { enable = true; }; }; }
Declared in: projects/AtomicData/example.nix
This project is funded by NLnet through these subgrants:
- Commons
- AtomicServer-LocalFirst
- Entrust
- AtomicTables
- Review
- AtomicData
Related links: