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