update install script
This commit is contained in:
parent
ffb55811e5
commit
771cb63658
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/";
|
||||
}; # content.content
|
||||
}; # content
|
||||
} # partition 2
|
||||
|
|
Loading…
Reference in a new issue