summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2019-09-07 13:26:18 -0400
committerJoey Hess2019-09-07 13:26:18 -0400
commitd5236993838fcfce9ee832831c906c0af59ffca0 (patch)
treecef6909ee1e3b806e274f22da6706999bfaf9039
parentedbe704fd5d362ed76a5f8ad848686e046d82b86 (diff)
propellor spin
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index c132fa78..2d5925a0 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1233,10 +1233,10 @@ homeNAS = propertyList "home NAS" $ props
[ "# let users power control startech hub with uhubctl"
, "ATTR{idVendor}==\"" ++ hubvendor ++ "\", ATTR{idProduct}==\"005a\", MODE=\"0666\""
]
- & autoMountDrive "archive-10" (USBHubPort hubvendor 1) (Just "archive-older")
- & autoMountDrive "archive-11" (USBHubPort hubvendor 2) (Just "archive-old")
- & autoMountDrive "archive-12" (USBHubPort hubvendor 3) (Just "archive")
- & autoMountDrive "passport" (USBHubPort hubvendor 4) Nothing
+ & autoMountDrive "archive-10" (USBHubPort hubvendor 1) (Just "archive-oldest")
+ & autoMountDrive "archive-11" (USBHubPort hubvendor 2) (Just "archive-older")
+ & autoMountDrive "archive-12" (USBHubPort hubvendor 3) (Just "archive-old")
+ & autoMountDrive "archive-13" (USBHubPort hubvendor 4) (Just "archive")
& Apt.installed ["git-annex", "borgbackup"]
where
hubvendor = "0409"