machines: aramis: sound: use common module

This commit is contained in:
Bruno BELANYI 2021-05-25 17:59:45 +02:00
parent 20513ab3a2
commit 941913e213

View file

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