diff --git a/hosts/Infini-DESKTOP/prep.bash b/hosts/Infini-DESKTOP/prep.bash index 21f0e3a..2697d2c 100755 --- a/hosts/Infini-DESKTOP/prep.bash +++ b/hosts/Infini-DESKTOP/prep.bash @@ -35,7 +35,6 @@ sudo btrfs subvolume create /mnt/root sudo btrfs subvolume create /mnt/root/home sudo mkdir -p /mnt/root/etc sudo btrfs subvolume create /mnt/root/etc/nixos -sudo btrfs subvolume create /mnt/root/etc/nixpkgs sudo btrfs subvolume create /mnt/boot sudo btrfs subvolume create /mnt/nix sudo btrfs subvolume create /mnt/nix/store diff --git a/hosts/Infini-DESKTOP/readme.org b/hosts/Infini-DESKTOP/readme.org index 950dec3..ac644be 100644 --- a/hosts/Infini-DESKTOP/readme.org +++ b/hosts/Infini-DESKTOP/readme.org @@ -109,7 +109,6 @@ sudo btrfs subvolume create /mnt/root sudo btrfs subvolume create /mnt/root/home sudo mkdir -p /mnt/root/etc sudo btrfs subvolume create /mnt/root/etc/nixos -sudo btrfs subvolume create /mnt/root/etc/nixpkgs sudo btrfs subvolume create /mnt/boot sudo btrfs subvolume create /mnt/nix sudo btrfs subvolume create /mnt/nix/store