Loki update

This commit is contained in:
Filippo Berto 2023-03-26 14:46:43 +02:00
parent 649130a1d0
commit 3f500d6bee
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 73 additions and 71 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-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";