Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

arcanesys/nixfleet-scopes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

nixfleet-scopes — archived

This repository is archived. The reusable contract implementations were absorbed into arcanesys/nixfleet, exposed at flake.scopes.<family>.<impl>. The remaining modules were not generalized further and are no longer maintained as a shared library.

What moved upstream

  • flake.scopes.persistence.impermanence — btrfs root-wipe + impermanence wiring
  • flake.scopes.keyslots.tpm — TPM-backed signing keyslot
  • flake.scopes.gitops.forgejo / .gitea — channel-refs URL builder
  • flake.scopes.secrets — backend-agnostic identity-path manager

Consumer pattern:

nixfleet.lib.mkHost {
  modules = [
    nixfleet.scopes.persistence.impermanence
    nixfleet.scopes.secrets
    nixfleet.scopes.keyslots.tpm
  ];
}

History

Last release tagged v0.1.0.

License

MIT. See LICENSE-MIT.

About

Reusable scopes, roles, and disk templates for NixFleet

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors