move gonic mountpoints

This commit is contained in:
k3t
2026-03-15 23:07:51 -06:00
parent 04fe9183e3
commit 05e502f853
+3 -3
View File
@@ -6,10 +6,10 @@
enable = true; enable = true;
settings = { settings = {
music-path = [ music-path = [
"/home/k3t/Music" "/mnt/Music"
]; ];
playlists-path = "/home/k3t/Playlists"; playlists-path = "/mnt/Playlists";
podcast-path = "/home/k3t/Podcasts"; podcast-path = "/mnt/Podcasts";
}; };
}; };