Machines/Everest: move nix subvolume to SSD

This commit is contained in:
Toast 2024-08-16 18:10:45 +02:00
parent 95dd730b7d
commit 0119c52db6

View file

@ -23,9 +23,9 @@
options = ["compress=zstd" "subvol=@"];
};
"/nix" = {
device = "/dev/disk/by-label/Everest";
device = "/dev/disk/by-uuid/5322c217-b87b-4150-8b4c-a8fa17a899bf";
fsType = "btrfs";
options = ["compress=zstd" "subvol=@nix"];
options = ["subvol=@nix-server"];
};
"/home" = {
device = "/dev/disk/by-label/Everest";