configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: beetsdir

+1 -1
+1 -1
hosts/bluepill/modules/beets.nix
··· 45 45 backend: ffmpeg 46 46 ''; 47 47 48 - environment.variables.BEETS_CONFIG = "/etc/beets/config.yaml"; 48 + environment.variables.BEETSDIR = "/etc/beets"; 49 49 }