Add Redmond back

This commit is contained in:
Bun 2025-07-13 19:53:15 -04:00
parent e303600270
commit bf8d0f7be3
19 changed files with 183 additions and 28 deletions

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
fileSystems."/mnt/Windrive" = {
device = "/dev/disk/by-uuid/582C6B802C6B57D0";
fsType = "ntfs";
options = [
"nodev"
"nosuid"
];
};
}