This commit is contained in:
2025-05-18 01:07:08 +03:00
parent d2be3651a7
commit a71b8f1780
2 changed files with 3 additions and 5 deletions
Generated
+3 -3
View File
@@ -367,11 +367,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1747488149, "lastModified": 1747518354,
"narHash": "sha256-HviZQVzJV6ew3QJY1Qq2k80bYp+1OTnzdMal98b511o=", "narHash": "sha256-prYhj4zQmA6OBRkoBzeUM0OiEkqJ8NIC9GRbGzdlYqQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "9214c6e98991705689c127e2187d4453c5a3d861", "rev": "76940e043e7cb733e1608f9bb2b29de708491ecb",
"type": "github" "type": "github"
}, },
"original": { "original": {
-2
View File
@@ -26,8 +26,6 @@ in
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
# "d /var/lib/beets 0770 beets beets -"
# "d /mnt/beets 0770 beets beets -"
"z /mnt/beets 0700 ${inputs.zeroq.dirs.music-library} users -" # beets absolute paths "z /mnt/beets 0700 ${inputs.zeroq.dirs.music-library} users -" # beets absolute paths
]; ];