diff options
author | Minijackson <minijackson@riseup.net> | 2022-01-08 17:14:54 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2022-01-08 17:14:54 +0100 |
commit | 910f520b2cb89d262fa71fbe635dea9697fa60b2 (patch) | |
tree | 0a88de197d136556d10dbd0918bc74d2616cdfa8 | |
parent | bd09820784cf97dfdaffb0cbe75fe1a2fa0bea2e (diff) | |
download | nixos-config-reborn-910f520b2cb89d262fa71fbe635dea9697fa60b2.tar.gz nixos-config-reborn-910f520b2cb89d262fa71fbe635dea9697fa60b2.zip |
audio-production: don't build custom kernel
-rw-r--r-- | usecases/desktop/graphical/audio-production.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usecases/desktop/graphical/audio-production.nix b/usecases/desktop/graphical/audio-production.nix index d35939f..2513391 100644 --- a/usecases/desktop/graphical/audio-production.nix +++ b/usecases/desktop/graphical/audio-production.nix | |||
@@ -7,14 +7,7 @@ inputs: | |||
7 | "${inputs.musnix}" | 7 | "${inputs.musnix}" |
8 | ]; | 8 | ]; |
9 | 9 | ||
10 | musnix = { | 10 | musnix.enable = true; |
11 | enable = true; | ||
12 | kernel = { | ||
13 | optimize = true; | ||
14 | realtime = true; | ||
15 | latencytop = true; | ||
16 | }; | ||
17 | }; | ||
18 | 11 | ||
19 | users.extraUsers.minijackson = { | 12 | users.extraUsers.minijackson = { |
20 | packages = with pkgs.unstable; [ | 13 | packages = with pkgs.unstable; [ |