From ead192ae34ebbc0bf6ebb7660ba6f0178472689d Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 4 Dec 2018 13:37:56 +0100 Subject: ma mv {deployment,}/bureautomation --- 2configs/bureautomation/mpd.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 2configs/bureautomation/mpd.nix (limited to '2configs/bureautomation/mpd.nix') diff --git a/2configs/bureautomation/mpd.nix b/2configs/bureautomation/mpd.nix new file mode 100644 index 000000000..1f5acb357 --- /dev/null +++ b/2configs/bureautomation/mpd.nix @@ -0,0 +1,9 @@ +{lib,pkgs, ... }: + +{ + systemd.services."ympd-wbob" = { + description = "mpd "; + wantedBy = [ "multi-user.target" ]; + serviceConfig.ExecStart = "${pkgs.ympd}/bin/ympd --host localhost --port 6600 --webport 8866 --user nobody"; + }; +} -- cgit v1.2.3