rico1: move ssd from rico0

This commit is contained in:
Adithya 2024-10-28 23:50:09 +05:30
parent d11db8718c
commit f0cf26941d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 6 additions and 6 deletions

View file

@ -31,12 +31,6 @@ _: {
options = [ "subvol=/" "compress-force=zstd" "noatime" ]; options = [ "subvol=/" "compress-force=zstd" "noatime" ];
}; };
"/mnt/data" = {
device = "/dev/disk/by-partlabel/DATA0";
fsType = "btrfs";
options = [ "subvol=/" "compress-force=zstd" "noatime" "nofail" "x-systemd.automount" "x-systemd.device-timeout=5" ];
};
"/boot" = { "/boot" = {
device = "/dev/disk/by-partlabel/RICO0_BOOT"; device = "/dev/disk/by-partlabel/RICO0_BOOT";
fsType = "vfat"; fsType = "vfat";

View file

@ -31,6 +31,12 @@ _: {
options = [ "subvol=/" "compress-force=zstd" "noatime" ]; options = [ "subvol=/" "compress-force=zstd" "noatime" ];
}; };
"/mnt/data" = {
device = "/dev/disk/by-partlabel/DATA0";
fsType = "btrfs";
options = [ "subvol=/" "compress-force=zstd" "noatime" "nofail" "x-systemd.automount" "x-systemd.device-timeout=5" ];
};
"/boot" = { "/boot" = {
device = "/dev/disk/by-partlabel/RICO1_BOOT"; device = "/dev/disk/by-partlabel/RICO1_BOOT";
fsType = "vfat"; fsType = "vfat";