From 743ca7f3dd167e29f7786af4e1d6af863aab7213 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 20:02:40 +0000 Subject: [PATCH] removes debugging lsblk command --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 869e7a2..e7a2c5f 100644 --- a/install.sh +++ b/install.sh @@ -30,9 +30,6 @@ sudo nixos-generate-config --no-filesystems --root /mnt ## Copies over the disko file for running `nixos-install` 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 curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/