-
Notifications
You must be signed in to change notification settings - Fork 111
nixos
shorinkiwata edited this page Jan 17, 2026
·
1 revision
-
切换到root用户
suod -i -
分区/格式化/挂载和arch是一样的
-
生成基础配置
nixos-generate-config --root /mnt会在
/mnt/etc/nixos/下生成configuration.nix和hardware-configuration.nix -
创建flake
cd /mnt/etc/nixos touch flake.nix home.nix