Yethal
Yethal
There is the disko-rs utility from AerynOS project that could be utilized by disko instead of writing everything from scratch
There's also a cli installer called lichen built on top of disks-rs that could also be used
I store all hosts in a separate attrset and generate both nixosConfigurations and deploy.nodes from it via mapAttrs ``` configurations = mapAttrs ( key: value: nixosSystem rec { system =...
For custom owner, not sure, I added it because it was easy to do so. For custom repo it'd allow users to pass feedback from workflows triggered by workflow_dispatch events...
@calops This actually works fine with home-manager, it's nixosConfigurations that do not pick this up
They're visible under legacyPackages.${system}
Tagging @zimbatm because I can't add reviewers