machines: aramis: sound: use common module

This commit is contained in:
Bruno BELANYI 2021-05-25 17:59:45 +02:00
parent a508db48c9
commit 8b4966fcbe

View file

@ -1,5 +1,10 @@
{ ... }: { ... }:
{ {
sound.enable = true; my.modules.sound = {
hardware.pulseaudio.enable = true; enable = true;
pulse = {
enable = true;
};
};
} }