diff --git a/src/modules/mount/mount.conf b/src/modules/mount/mount.conf index 19732b4d3..b96d4576a 100644 --- a/src/modules/mount/mount.conf +++ b/src/modules/mount/mount.conf @@ -47,10 +47,10 @@ extraMountsEfi: btrfsSubvolumes: - mountPoint: / - subvolume: @ + subvolume: /@ - mountPoint: /home - subvolume: @home + subvolume: /@home - mountPoint: /var/cache - subvolume: @cache + subvolume: /@cache - mountPoint: /var/log - subvolume: @log \ No newline at end of file + subvolume: /@log \ No newline at end of file