forked from colonelpanic/dotfiles
[NixOS] Add shared drive to ryzen-shine
This commit is contained in:
parent
fcc1f6ce14
commit
d5cc7d1d8f
@ -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"; }
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user