tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: idk at this point
devins.page
1 month ago
cf945218
204a11b6
+4
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
beets.nix
+4
hosts/bluepill/modules/beets.nix
···
17
17
];
18
18
19
19
system.activationScripts.beetsConfig = ''
20
20
+
mkdir -p /srv/media/music/beets
21
21
+
chown root:share-media /srv/media/music/beets
22
22
+
chmod 2775 /srv/media/music/beets
23
23
+
20
24
cat > /srv/media/music/beets/config.yaml <<'EOF'
21
25
directory: /srv/media/music
22
26
library: /srv/media/music/beets/musiclibrary.db