removes debugging lsblk command

This commit is contained in:
Aaron Honeycutt 2025-02-18 20:02:40 +00:00
parent be1e5c8e6b
commit 743ca7f3dd

View file

@ -30,9 +30,6 @@ sudo nixos-generate-config --no-filesystems --root /mnt
## Copies over the disko file for running `nixos-install` ## Copies over the disko file for running `nixos-install`
sudo mv /tmp/disko-config.nix /mnt/etc/nixos sudo mv /tmp/disko-config.nix /mnt/etc/nixos
## Confirm that partitions are mounted
lsblk -f
## Downloads and places the predefinded generic flake to use ## Downloads and places the predefinded generic flake to use
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/