From 8f7807213687f8316f3dce5105d4036a939d2bcd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Aug 2018 23:37:49 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 2425ddb9..9be16a1d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1214,9 +1214,9 @@ cubieTruckOneWire = -- My home networked attached storage server. homeNAS :: Property DebianLike homeNAS = propertyList "home NAS" $ props - & autoMountDrive "archive-10" (USBHubPort 1) (Just "archive") + & autoMountDrive "archive-10" (USBHubPort 1) (Just "archive-older") & autoMountDrive "archive-11" (USBHubPort 2) (Just "archive-old") - & autoMountDrive "archive-12" (USBHubPort 3) (Just "archive-older") + & autoMountDrive "archive-12" (USBHubPort 3) (Just "archive") & autoMountDrive "passport" (USBHubPort 4) Nothing & Apt.installed ["git-annex", "borgbackup"] -- cgit v1.2.3