From 7126d09546c106cf011ea00b37fa8448c60c3781 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Tue, 23 Feb 2021 20:13:13 +0100 Subject: [PATCH] Pulsebert: install mpd but not as a service --- hosts/pulsebert/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/pulsebert/default.nix b/hosts/pulsebert/default.nix index e6815b22..c07134f4 100644 --- a/hosts/pulsebert/default.nix +++ b/hosts/pulsebert/default.nix @@ -23,6 +23,12 @@ in { boot.kernelPackages = pkgs.linuxPackages_latest; boot.tmpOnTmpfs = true; + + c3d2 = { + isInHq = true; + mapHqHosts = true; + }; + nix.buildCores = 4; nix.maxJobs = 4; @@ -37,7 +43,7 @@ in { # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ wget vim git raspberrypi-tools ]; + environment.systemPackages = with pkgs; [ wget vim git mpd ncmpcpp raspberrypi-tools ]; # List services that you want to enable: