[NixOS] Mount backups drive on imalison-home

This commit is contained in:
Ivan Malison 2018-06-19 22:30:38 -07:00
parent 0d5bdb70f7
commit 8638ef7663
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -27,10 +27,10 @@
fsType = "ext4"; fsType = "ext4";
}; };
# fileSystems."/shared" = { fileSystems."/backups" = {
# device = "/dev/disk/by-uuid/4b6f1ca8-6b68-4bdb-b92c-d2d7ba080928"; device = "/dev/disk/by-uuid/752E628C67697A81";
# fsType = "ntfs"; fsType = "ntfs";
# }; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/a6933b22-c7f4-4c57-b330-1450f313922e"; } [ { device = "/dev/disk/by-uuid/a6933b22-c7f4-4c57-b330-1450f313922e"; }