Merge branch 'master' of https://github.com/KoenDR06/nix-config
This commit is contained in:
commit
b692eb995b
5 changed files with 20 additions and 20 deletions
|
|
@ -34,6 +34,7 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.kernelModules = [ "snd-seq" "snd-rawmidi" ];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.jack = {
|
||||
jackd.enable = false;
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "root";
|
||||
User = "horseman";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue