Commit 6d42d3dc0ca3

Vincent Demeester <vincent@sbr.pm>
2025-12-20 21:45:23
feat(aion): add home-manager configuration with beets
- Enable music library management on aion host - Configure beets service with /neo/music base directory - Support audio services migration from rhea to aion Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 02f7995
Changed files (1)
systems
systems/aion/home.nix
@@ -0,0 +1,6 @@
+{ ... }:
+{
+  imports = [
+    (import ../../home/common/services/beets.nix { baseDir = "/neo/music"; })
+  ];
+}