Files
nut-clan/clan.nix

18 lines
429 B
Nix

{
# Ensure this is unique among all clans you want to use.
meta.name = "nut-clan";
meta.tld = "nut";
inventory.machines = {
yadunut-mbp.machineClass = "darwin";
};
inventory.instances = { };
# Additional NixOS configuration can be added here.
# machines/jon/configuration.nix will be automatically imported.
# See: https://docs.clan.lol/guides/more-machines/#automatic-registration
machines = {
};
}