Loki: disable raid
This commit is contained in:
parent
838748a46b
commit
e6cc44d62b
2 changed files with 43 additions and 43 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue