This commit is contained in:
Kristian Krsnik 2024-04-16 18:20:07 +02:00
parent d5be56bc0e
commit 7d7bc3cf42
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
program = "${pkgs.writeShellScript "install" ''
sudo run ${inputs.disko} -- --mode disko ${./system/disko.nix}
sudo nixos-generate-config --force --no-filesystems --root /mnt --dir ./system
sudo nixos-install --no-root-password --root /mnt --flake ${self.outputs.nixosConfigurations.nixos}
sudo nixos-install --no-root-password --root /mnt --flake ${self}#nixos
''}";
type = "app";
};