-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation leaves me confused #226
Comments
The full flake is here FWIW https://github.com/tcurdt/nixcfg/blob/main/flake.nix |
Digging some more I assume it should be something along the lines of this?
|
I got it working now like this
but the |
Colmena is not flakes-first or flakes-mandatory, hence it takes only NixOS configurations modules (as seen in your last example See also #60 for ways to integrate flake |
To expand on your core issue (how to deploy from x86_64 to aarch64), it should be fine setting |
The goal is deploy from
aarch64-darwin
tox86_64-linux
andaarch64-linux
.But I am absolute lost about when it comes to the
meta
section.Error messages and documentation seem to suggest something along the lines of
But I don't understand why I would need to specify the nixpkgs in the meta section - and even more so the system.
Both are already declared in the nixosConfigurations. And why would all deployments share the same
meta
?But now it gets even more interesting: How do select the nixosConfiguration?
The docs have an example like this:
But that is missing a reference to what should get deployed 🤷♂️
I tried this:
but it seems like that's not the way either.
It would be great to have some real-world example to look at.
The text was updated successfully, but these errors were encountered: