Loki update
This commit is contained in:
parent
649130a1d0
commit
3f500d6bee
4 changed files with 73 additions and 71 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-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||
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-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||
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-uuid/2e897ea5-c8f9-4fa8-9cc6-3f5807ba8afc";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@condiviso" "compress=lzo" ];
|
||||
};
|
||||
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue