summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-29 00:14:54 +0200
committermakefu <github@syntax-fehler.de>2017-06-29 00:14:54 +0200
commit89fd62c21a65fc129c9f6dd59513a55a6298d921 (patch)
tree56c7469390213a995d8c3b77d8b7d22bb6318cee /makefu
parent890e20f59ca67c612ce29dd356497062b935e81b (diff)
ma vbob: realtime kernel with jack-audio
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/vbob.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/makefu/1systems/vbob.nix b/makefu/1systems/vbob.nix
index 53ee1147..b79ec64c 100644
--- a/makefu/1systems/vbob.nix
+++ b/makefu/1systems/vbob.nix
@@ -9,9 +9,19 @@
(toString <nixpkgs/nixos/modules/virtualisation/virtualbox-guest.nix>)
../2configs/main-laptop.nix #< base-gui
+ # Tools
+ ../2configs/tools/core.nix
+ ../2configs/tools/core-gui.nix
+ ../2configs/tools/dev.nix
+ ../2configs/tools/extra-gui.nix
+ ../2configs/tools/sec.nix
+
# environment
../2configs/tinc/retiolum.nix
+ ../2configs/audio/jack-on-pulse.nix
+ ../2configs/audio/realtime-audio.nix
+
];
networking.extraHosts = import (toString <secrets/extra-hosts.nix>);