path refactoring

This commit is contained in:
2026-08-09 01:11:23 +03:00
parent 27d81a27e2
commit 5b3da95fc2
6 changed files with 32 additions and 19 deletions
+12 -1
View File
@@ -15,8 +15,19 @@
settings = {
Address = "0.0.0.0";
Port = 4533;
MusicFolder = "/mnt/beets/music";
MusicFolder = "${xlib.dirs.server-home}/Music";
};
};
};
# systemd.mounts = [
# {
# enable = true;
# options = "bind,x-systemd.automount,nofail";
# requires = [ "local-fs.target" ];
# type = "none";
# wantedBy = [ "multi-user.target" ];
# what = "${xlib.dirs.server-home}/Music";
# where = "/home/${xlib.device.username}/.config/beets";
# }
# ];
}