Loki: disable raid

This commit is contained in:
Filippo Berto 2023-03-17 19:25:51 +01:00
parent 838748a46b
commit e6cc44d62b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 43 additions and 43 deletions

View file

@ -22,23 +22,23 @@
fsType = "vfat";
};
fileSystems."/home/bertof" = {
device = "/dev/disk/by-partlabel/5T";
fsType = "btrfs";
options = [ "subvol=@bertof" "compress=lzo" ];
};
# fileSystems."/home/bertof" = {
# device = "/dev/disk/by-partlabel/5T";
# fsType = "btrfs";
# options = [ "subvol=@bertof" "compress=lzo" ];
# };
fileSystems."/home/tiziano" = {
device = "/dev/disk/by-partlabel/5T";
fsType = "btrfs";
options = [ "subvol=@tiziano" "compress=lzo" ];
};
# fileSystems."/home/tiziano" = {
# device = "/dev/disk/by-partlabel/5T";
# fsType = "btrfs";
# options = [ "subvol=@tiziano" "compress=lzo" ];
# };
fileSystems."/mnt/condiviso" = {
device = "/dev/disk/by-partlabel/5T";
fsType = "btrfs";
options = [ "subvol=@condiviso" "compress=lzo" ];
};
# fileSystems."/mnt/condiviso" = {
# device = "/dev/disk/by-partlabel/5T";
# fsType = "btrfs";
# options = [ "subvol=@condiviso" "compress=lzo" ];
# };
swapDevices = [{
device = "/swapfile";