summaryrefslogtreecommitdiffstats
path: root/machines/jormungand/mpd.nix
diff options
context:
space:
mode:
authorDominique Martinet @ odin <asmadeus@codewreck.org>2020-05-15 23:20:10 +0200
committerDominique Martinet @ odin <asmadeus@codewreck.org>2020-05-16 16:01:05 +0200
commit227f2944420087d035b3b3f6acc469d76019b5ba (patch)
tree626257f0eff20a22916a6c855151e81a6a7f96b2 /machines/jormungand/mpd.nix
parentd145ed2a2ef19f9f64c42d5e34b6840672b8001a (diff)
modules -> profiles: rename to avoid confusion
Diffstat (limited to 'machines/jormungand/mpd.nix')
-rw-r--r--machines/jormungand/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/mpd.nix b/machines/jormungand/mpd.nix
index f857684..44f74e7 100644
--- a/machines/jormungand/mpd.nix
+++ b/machines/jormungand/mpd.nix
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
- imports = [ ../../modules/mpd.nix ];
+ imports = [ ../../profiles/mpd.nix ];
systemd.services.mpd.serviceConfig.BindReadOnlyPaths = [
"/home/asmadeus/zik:/var/lib/mpd/music"