notes pulseaudio

nixos-19.09
Jean-Pierre PRUNARET 8 years ago
parent 5453b6bdcd
commit 7ca303303c

@ -21,6 +21,15 @@ mkIf flags.munin {
## Noeud de supervision munin = pas de stockage des données locales
services.munin-node = {
enable = true;
extraConfig = ''
# Ignore the apc_nis plugin, as it throws errors as I don't have an UPS.
# It's there because munin-node-configure is called with the contrib group,
# and the plugin has no method to check whether there's a compatible UPS available.
ignore_file ^apc_nis$
ignore_file ^sensors_-wrapped$
ignore_file ^.sensors_-wrapped$
'';
};
systemd.services.munin-node = {
path = with pkgs; [ munin lm_sensors ];

@ -9,6 +9,9 @@ in
mkIf flags.pulseaudio {
# Notes
# commande pour lister les cartes son : pacmd list-cards
# Paquets
environment.systemPackages = with pkgs; [
paprefs # préferences pulseaudio

Loading…
Cancel
Save