lassulus

Results 179 comments of lassulus

otherwise a config to reproduce the issue inside a test would be helpful

not sure if the root subvolume is supported, we had an issue about that 2 days ago: https://github.com/nix-community/disko/issues/442

you can set type = "8200"; between line 20 and 21 in your config

ah seems the systemPackages config got removed in 67f991e2bcf38d7c2a99f1cdbbdb4fbc60b8e8a0 . We should probably fix the documentation and tell people to use something like: ``` modules = [ ... ({ config,...

Maybe it would be good to have a better titled issue for zfs features :)

I think this works now in the new nix version?

ah, it was hard to find out in which cases we should emit a warning, sorry for that. generally people are encouraged to check the [upgrade-guide](https://github.com/nix-community/disko/blob/master/docs/upgrade-guide.md)

Ah yeah that's indeed right. We should probably rename keyFile to passwordFile or installKeyFile to make this clear and dedeprecate it :)

PR would be appreciated since I'm quite busy on cccamp right now

We can add a debug parameter (which I would leave at true for now. Otherwise bugreports will be way worse) which you can disable then. Does this sound like a...