notes pulseaudio

This commit is contained in:
2017-11-08 21:36:26 +01:00
parent 5453b6bdcd
commit 7ca303303c
2 changed files with 12 additions and 0 deletions

View File

@@ -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 ];

View File

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