Machines/Everest: move nix subvolume to SSD
This commit is contained in:
parent
95dd730b7d
commit
0119c52db6
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue