[NixOS] Add shared drive to ryzen-shine

This commit is contained in:
Ivan Malison 2022-10-06 19:41:48 -06:00
parent fcc1f6ce14
commit d5cc7d1d8f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -44,6 +44,11 @@
fsType = "vfat";
};
fileSystems."/shared" =
{ device = "/dev/disk/by-uuid/D4009CE8009CD33A";
fsType = "ntfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/f719b44e-295a-4909-9a60-84f87acb7f77"; }
];