[feat] mount external HDD/SSD on boot #2

Closed
opened 2026-03-15 10:21:53 +01:00 by Superredstone · 1 comment
Owner
{
  ...

  fileSystems."/mnt/sda1" = {
    device = "/dev/sda1";
    fsType = "ext4";
  };

  ...
}
```nix { ... fileSystems."/mnt/sda1" = { device = "/dev/sda1"; fsType = "ext4"; }; ... } ```
Superredstone changed title from [Feat] Mount external HDD/SSD on boot to [feat] mount external HDD/SSD on boot 2026-03-16 09:36:49 +01:00
Superredstone added a new dependency 2026-03-21 23:29:17 +01:00
Author
Owner

No more external HDDs are connected.

No more external HDDs are connected.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Reference: Superredstone/nixos#2