From 423d2e9df6e8cf8c75ad755ae4215154d0a17b7c Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 16 Apr 2024 18:36:26 +0200 Subject: [PATCH] update --- template/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/flake.nix b/template/flake.nix index 6f1dc24..081d757 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -39,7 +39,7 @@ apps.${system} = { 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-install --no-root-password --root /mnt --flake ${self}#nixos ''}";