Skip to content

Commit

Permalink
removes the last 10tb disk :party:
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 30, 2024
1 parent 3f43277 commit 9f09520
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hosts/nixos/morphnix/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#
## bigrust18 - primary data pool
# mirror0 - ata-WDC_WD180EDGZ-11B9PA0_2GH0M6HS
# mirror0 - ata-WDC_WD180EDGZ-11B9PA0_2TGGDS5Z
# mirror0 - ata-WDC_WD200EDGZ-11B9PA0_2GJXH0XT
# mirror1 - ata-WDC_WD180EDGZ-11B9PA0_3ZGA70DZ
# mirror1 - ata-ST20000NM007D-3DJ103_ZVT5JTWC

Expand Down Expand Up @@ -77,10 +77,15 @@
};

fileSystems."/mnt/disks/disk5" =
{ device = "/dev/disk/by-id/ata-ST10000DM0004-2GR11L_ZJV5CF96-part1";
{ device = "/dev/disk/by-id/ata-WDC_WD180EDGZ-11B9PA0_2TGGDS5Z-part1";
fsType = "xfs";
};

# fileSystems."/mnt/disks/disk6" =
# { device = "/dev/disk/by-id/ata-ST10000DM0004-2GR11L_ZJV5CF96-part1";
# fsType = "xfs";
# };

# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
Expand Down

0 comments on commit 9f09520

Please sign in to comment.