Query state information about machines
Usage: clan state
This subcommand provides an interface to the state managed by Clan.
State can be folders and databases that modules depend on managed by Clan.
State directories can be added to on a per machine basis:
config.clan.core.state.[SERVICE_NAME].folders = [
"/home"
"/root"
]; Here [SERVICE_NAME] can be set freely, if the user sets them extra userdata can be a good choice.
$ clan state list [MACHINE]
List state of the machines managed by Clan.
For more detailed information, visit: getting-started
list state folders and the services that configure them
Usage: clan state list
<('name', 'value')> Nix option to set<PATH> path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variable