Martijn de Munnik
Martijn de Munnik
Maybe it is easier to let the whole tag block be specified in the config. e.g. `tagblock=s:kplexc:{ts_ms}`. User then can also specify other properties. kplex only needs to replace some...
I also ran into this problem and don't know how to solve it. My disko config: ```nix { inputs, lib, ... }: { imports = [ inputs.disko.nixosModules.disko ]; # hostid...
https://discourse.nixos.org/t/cannot-import-zfs-pool-at-boot/4805 The provided solution also worked for me! ```nix boot.zfs.devNodes = "/dev/disk/by-path"; ```
https://github.com/nix-community/nixos-anywhere/issues/156 is this issue related?
https://discourse.nixos.org/t/cannot-import-zfs-pool-at-boot/4805 The provided solution also worked for me! ```nix boot.zfs.devNodes = "/dev/disk/by-path"; ```
> Could you also add a simple secret example to our existing nixos test? Than we won't regress in future. I'm not sure how to run the tests? ``` $...
> Could you also add a simple secret example to our existing nixos test? Than we won't regress in future. Done in https://github.com/Mic92/sops-nix/pull/637/commits/a24e29e38dca7e16b88bade2c5789de396dc7273
Thank you! Also, for the help and feedback. Learned a lot of new Nix things. :+1:
Adding more machines to the list makes deploy-rs really slow. With 6 machines it takes more than 15 minutes to do the deployment, most of the time is spent in...
Issue #318 is possibly related