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
fix: beetsdir
devins.page
1 month ago
08523deb
b7855f65
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
modules
beets.nix
+1
-1
hosts/bluepill/modules/beets.nix
···
45
45
backend: ffmpeg
46
46
'';
47
47
48
48
-
environment.variables.BEETS_CONFIG = "/etc/beets/config.yaml";
48
48
+
environment.variables.BEETSDIR = "/etc/beets";
49
49
}