mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 14:20:23 +01:00
我看有加密的部分不知道能否在ESXi虚拟机中部署 #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @llity on GitHub (Jul 20, 2024).
盘符加密部分是否可以删除。
谢谢分享配置,非常受用。
@ryan4yin commented on GitHub (Jul 20, 2024):
虚拟机镜像可以用 nixos-generator 生成,它默认就不带加密。
我所有的 kubevirt 虚拟机都是用的这份 disk 配置,root on tmpfs 都没做,就用的 nixpkgs 里配的默认分区:
https://github.com/ryan4yin/nix-config/blob/main/modules/nixos/server/kubevirt-hardware-configuration.nix
@llity commented on GitHub (Jul 25, 2024):
感谢,需要大量的时间来部署。