Skip to content
@arcanesys

arcanesys

Arcanesys

Declarative NixOS fleet management - reproducible deployments, cryptographic security, and compliance automation.

NixFleet Demo

Repositories

Repository Description
nixfleet Framework: mkHost API, Rust agent/control-plane/CLI, NixOS modules
nixfleet-scopes Reusable infrastructure scopes, roles, and disk templates
nixfleet-compliance 16 compliance controls, 4 regulatory frameworks (NIS2, DORA, ISO 27001, ANSSI)
nixfleet-demo Reference fleet: 6 QEMU hosts demonstrating the full stack

Getting Started

# flake.nix
{
  inputs.nixfleet.url = "github:arcanesys/nixfleet";

  outputs = { nixfleet, ... }:
    nixfleet.lib.mkHost {
      hostname = "web-01";
      system = "x86_64-linux";
      scopes = [ "base" "firewall" "monitoring" ];
      role = "server";
    };
}

Documentation: arcanesys.github.io/nixfleet

License

NixFleet framework is dual-licensed MIT/AGPL. Companion repos (scopes, compliance, demo) are MIT.

Pinned Loading

  1. nixfleet nixfleet Public

    NixOS fleet management framework

    Rust 13 1

  2. nixfleet-scopes nixfleet-scopes Public archive

    Reusable scopes, roles, and disk templates for NixFleet

    1 1

  3. nixfleet-demo nixfleet-demo Public

    Reference fleet demonstrating NixFleet

    Nix 1 1

  4. nixfleet-compliance nixfleet-compliance Public

    Regulatory compliance controls for NixOS

    Nix 1 1

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…