Pulsebert: install mpd but not as a service

This commit is contained in:
Ehmry - 2021-02-23 20:13:13 +01:00
parent ad42cc9838
commit 7126d09546
1 changed files with 7 additions and 1 deletions

View File

@ -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: