mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
fix debug
This commit is contained in:
parent
82a7d56a2c
commit
014711310c
1 changed files with 1 additions and 4 deletions
|
@ -31,7 +31,7 @@ sudo nixos-generate-config --no-filesystems --root /mnt
|
||||||
sudo mv /tmp/disko-config.nix /mnt/etc/nixos
|
sudo mv /tmp/disko-config.nix /mnt/etc/nixos
|
||||||
|
|
||||||
## Confirm that partitions are mounted
|
## Confirm that partitions are mounted
|
||||||
mount | grep /mnt
|
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/
|
||||||
|
@ -40,9 +40,6 @@ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix;
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/configuration.nix > configuration.nix; sudo mv -f configuration.nix /mnt/etc/nixos/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/configuration.nix > configuration.nix; sudo mv -f configuration.nix /mnt/etc/nixos/
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/home.nix > home.nix; sudo mv -f home.nix /mnt/etc/nixos/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/home.nix > home.nix; sudo mv -f home.nix /mnt/etc/nixos/
|
||||||
|
|
||||||
## Confirm that partitions are mounted
|
|
||||||
mount | grep /mnt
|
|
||||||
|
|
||||||
# Step 3: Choosing a predefined system flake file to use
|
# Step 3: Choosing a predefined system flake file to use
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue