From 7fb0e444a4f1a8ac5d6dd096f7f87add09867a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey?= Date: Sun, 19 Apr 2026 23:08:29 -0700 Subject: [PATCH] feat(glyph): expose basic-memory notes as Samba share --- hosts/glyph/services/samba.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/glyph/services/samba.nix b/hosts/glyph/services/samba.nix index aaf2cb5c..7cd7d795 100644 --- a/hosts/glyph/services/samba.nix +++ b/hosts/glyph/services/samba.nix @@ -22,6 +22,7 @@ Archive = mkShare "/mnt/archive" "mu" "users"; Backup = mkShare "/mnt/backup" "mu" "users" // {"fruit:time machine" = "yes";}; Media = mkShare "/mnt/media" config.services.jellyfin.user config.services.jellyfin.group; + Notes = mkShare "/var/lib/basic-memory/basic-memory" "basic-memory" "basic-memory"; Torrents = mkShare "/mnt/torrents" config.services.transmission.user config.services.transmission.group; Unsorted = mkShare "/mnt/unsorted" "mu" "users"; };