updated
This commit is contained in:
parent
a78d52be94
commit
57c2f55072
@ -40,7 +40,7 @@
|
|||||||
install = {
|
install = {
|
||||||
program = "${pkgs.writeShellScript "install" ''
|
program = "${pkgs.writeShellScript "install" ''
|
||||||
sudo nixos-generate-config --no-filesystems --force --root /mnt --dir ./system
|
sudo nixos-generate-config --no-filesystems --force --root /mnt --dir ./system
|
||||||
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/${inputs.disko.rev}#disko-install -- --flake .#nixos --disk main /dev/sda --write-efi-entries
|
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/${inputs.disko.rev}#disko-install -- --flake .#nixos --disk main /dev/sda --write-efi-boot-entries
|
||||||
''}";
|
''}";
|
||||||
type = "app";
|
type = "app";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user