update
This commit is contained in:
parent
915b6bc2a0
commit
423d2e9df6
@ -39,7 +39,7 @@
|
|||||||
apps.${system} = {
|
apps.${system} = {
|
||||||
install = {
|
install = {
|
||||||
program = "${pkgs.writeShellScript "install" ''
|
program = "${pkgs.writeShellScript "install" ''
|
||||||
sudo nix run --experimental-features "nix-command flakes" ${inputs.disko} -- --mode disko ${./system/disko.nix}
|
sudo nix run --experimental-features "nix-command flakes" ${inputs.disko}#default -- --mode disko ${./system/disko.nix}
|
||||||
sudo nixos-generate-config --force --no-filesystems --root /mnt --dir ./system
|
sudo nixos-generate-config --force --no-filesystems --root /mnt --dir ./system
|
||||||
sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos
|
sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos
|
||||||
''}";
|
''}";
|
||||||
|
Loading…
Reference in New Issue
Block a user