-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrate to disko/examples #14
Comments
Agree, the ZFS impermanence config here is not working. |
I've tried integrating the examples in my
That looks all a bit like, "almost there!" With the examples from the disko/example directory I don't even get that far. I tried
As a NixOS beginner I'm a bit lost. Where can I find a working BTRFS impermanence setup with sensible defaults that "just works"? ™ |
Yeah I don't think we can do much about that, unless we change our examples to be full NixOS configs. The error message is pretty clear though, and if you search the NixOS options for
This is a common error when you forget to import the disko module in your configuration.
Search on Github for the NixOS config of other users.
You have to set it up like the impermance module docs tell you to. Disko does not help you with that in any way. |
I'd like to open this as an alternative to nix-community/disko#849.
The three templates we have here are somewhat underwhelming, and they're not tested. As @Mic92 said in the linked issue, the original idea was to have all of these templates tested against the current latest version of disko, but as we already have an example directory that is tested properly by CI, it seems like unnecessary work to build up a new pipeline here.
I'd much rather make the disko repository itself the definitive source of truth for example code and templates, and delete the content of this repo (apart from a README.md that redirects users to https://github.com/nix-community/disko).
Whether the three templates here should be moved into
examples
or whether we should create a newtemplates
directory I'm uncertain of.I don't see a strong advantage in making these proper templates and exposing them in a flake, when you could just as easily tell people to curl example files to
disko-config.nix
locally.The text was updated successfully, but these errors were encountered: