diff --git a/machines/luna/configuration.nix b/machines/luna/configuration.nix index f11fb7c..e84ad63 100644 --- a/machines/luna/configuration.nix +++ b/machines/luna/configuration.nix @@ -30,23 +30,13 @@ boot.loader.systemd-boot.enable = true; boot.kernelModules = [ "snd-seq" "snd-rawmidi" ]; - hardware.pulseaudio.enable = true; - networking.networkmanager.enable = true; services.jack = { jackd.enable = true; - # support ALSA only programs via ALSA JACK PCM plugin alsa.enable = false; - # support ALSA only programs via loopback device (supports programs like Steam) - loopback = { - enable = true; - # buffering parameters for dmix device to work with ALSA only semi-professional sound programs - #dmixConfig = '' - # period_size 2048 - #''; - }; + loopback.enable = true; }; users.extraUsers.horseman.extraGroups = [ "jackaudio" ];