From cd053da834cfc151c2d84a6bd7752eeb1dae4e8e Mon Sep 17 00:00:00 2001 From: devhell Date: Mon, 16 Aug 2021 19:45:25 +0100 Subject: profiles/{base,packages,services}: Remove mpd While I love the idea of being able to use different interfaces for my music listening, I'm not sure it's really worth it locally anymore. I have an MPD server running on the network, which I can still connect to using `ncmpcpp` for example, but for local playback, such as at work, there is no point really in keeping it around. For local playback on `gunnr` I'll just find something else. This would also solve my previous PipeWire problem. --- modules/user/devhell/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/devhell/profiles/base.nix') diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix index c317aaeb..53da8697 100644 --- a/modules/user/devhell/profiles/base.nix +++ b/modules/user/devhell/profiles/base.nix @@ -51,7 +51,7 @@ in { users.users.dev = { isNormalUser = true; - extraGroups = [ "nitrokey" "plugdev" "docker" "vboxusers" "wheel" "mpd" "libvirtd" "wireshark" "video" "audio" ]; + extraGroups = [ "nitrokey" "plugdev" "docker" "vboxusers" "wheel" "libvirtd" "wireshark" "video" "audio" ]; uid = 1000; shell = "${pkgs.zsh}/bin/zsh"; }; -- cgit 1.4.1