aboutsummaryrefslogtreecommitdiff
path: root/modules/private/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/mpd.nix')
-rw-r--r--modules/private/mpd.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/private/mpd.nix b/modules/private/mpd.nix
index 17454d7..b224165 100644
--- a/modules/private/mpd.nix
+++ b/modules/private/mpd.nix
@@ -1,6 +1,9 @@
1{ lib, pkgs, config, myconfig, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2{ 2{
3 config = { 3 config = {
4 services.backup.profiles.mpd = {
5 rootDir = "/var/lib/mpd";
6 };
4 secrets.keys = [ 7 secrets.keys = [
5 { 8 {
6 dest = "mpd"; 9 dest = "mpd";