switch back to btrfs from luks lvm

This commit is contained in:
Aaron Honeycutt 2025-02-18 18:14:45 +00:00
parent a3fdaabf1f
commit 4edb16d212

View file

@ -14,7 +14,7 @@ echo ""
## Download Disko file
cd /tmp
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/luks-lvm.nix -o /tmp/disko-config.nix
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/luks-btrfs-subvolumes.nix -o /tmp/disko-config.nix
## Replace drive in Disko file
sudo sed -i "s#/dev/sda#$driveName#g" /tmp/disko-config.nix