fix drive boot

This commit is contained in:
2025-05-18 01:24:14 +03:00
parent a71b8f1780
commit 746496c1c4
3 changed files with 25 additions and 8 deletions
-8
View File
@@ -17,14 +17,6 @@ let
beetsEnv = python3.withPackages (ps: [ ps.beets ]);
in
{
fileSystems."/mnt/beets/music" = {
device = "${inputs.zeroq.dirs.music-library}";
options = [
"bind"
"nofail"
];
};
systemd.tmpfiles.rules = [
"z /mnt/beets 0700 ${inputs.zeroq.dirs.music-library} users -" # beets absolute paths
];