mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
Fixed the hardware configuration for samhain so it actually boots.
This commit is contained in:
parent
384c40f7ac
commit
8d8e7bbbe3
1 changed files with 5 additions and 5 deletions
|
|
@ -27,13 +27,13 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/disks/BigExfat" =
|
||||
{ device = "/dev/disk/by-uuid/5F0E-F368";
|
||||
fsType = "exfat";
|
||||
};
|
||||
# fileSystems."/disks/BigExfat" =
|
||||
# { device = "/dev/disk/by-uuid/5F0E-F368";
|
||||
# fsType = "exfat";
|
||||
# };
|
||||
|
||||
fileSystems."/disks/BigEXT" =
|
||||
{ device = "/dev/disk/by-uuid/f9797766-59d6-4fca-9a2a-7bade7f57291";
|
||||
{ device = "/dev/disk/by-uuid/f9797766-59d6-4fca-9a2a-7bade7f57291";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue