--checksum参数?
@ryan4yin commented on GitHub (Jul 29, 2024):
这个问题我没复现出来,验证了两边 sha256sum 是一致的。不过加个 checksum 倒没啥问题
@ryan4yin commented on GitHub (Aug 16, 2024):
Thank you so much for your kind words and positive feedback. Here are some improvement ideas:
- Multi-User may be a false requirement: For…
@Sparkxxx commented on GitHub (Aug 16, 2024):
Thank you very much Ryan,
You are right, it makes little sense to implement the muli-user strategy for the main config. I cloned the branch to a…
@DataEraserC commented on GitHub (May 4, 2024):
The documentation also needs to be updated, there is no agenix in nixpkgs. Should we replace agenix with github:ryan4yin/ragenix's ragenix? After…
@DataEraserC commented on GitHub (May 4, 2024):
Oh, it seems that the originally expected agenix was supposed to be provided by the flake github:ryantm/agenix. So the command could also be…
@ryan4yin commented on GitHub (Jul 20, 2024):
虚拟机镜像可以用 nixos-generator 生成,它默认就不带加密。 我所有的 kubevirt 虚拟机都是用的这份 disk 配置,root on tmpfs 都没做,就用的 nixpkgs…