update install script

This commit is contained in:
iFargle 2023-09-22 18:15:02 +09:00
parent ffb55811e5
commit 771cb63658
2 changed files with 2 additions and 1 deletions

View file

@ -59,7 +59,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
--extra-experimental-features "nix-command flakes" \
--no-write-lock-file \
-- \
--mode zap_create_mount \
--mode disko \
"nixos/hosts/$TARGET_HOST/disks.nix"
sudo nixos-install --no-root-password --flake ".#$TARGET_HOST"

View file

@ -33,6 +33,7 @@
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
}; # content.content
}; # content
} # partition 2