summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2018-08-19 23:37:49 -0400
committerJoey Hess2018-08-19 23:37:49 -0400
commit8f7807213687f8316f3dce5105d4036a939d2bcd (patch)
tree39907d6a85ca86e44c8d2c553a9f0f60a75be1e9 /src/Propellor
parent7c4e4f267a99b4e4bfc92c9d1adfe30ac5d6816c (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
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"]