summaryrefslogtreecommitdiffstats
path: root/tv/1systems/xu
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-09-19 20:45:15 +0200
committerlassulus <lassulus@lassul.us>2017-09-19 20:45:15 +0200
commitd30480f1457cf4ac4f67f5e02faec75765706e50 (patch)
tree3351e0b97b3ea5ac5cdfc382559e0834714a9b9a /tv/1systems/xu
parent358ff6da9c9b7b2ae574f759a8af6266ce642baa (diff)
parented9a1085946589409caba6e18233c329d99c0b4b (diff)
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/xu')
-rw-r--r--tv/1systems/xu/config.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix
index 0abd544c..0363c983 100644
--- a/tv/1systems/xu/config.nix
+++ b/tv/1systems/xu/config.nix
@@ -16,6 +16,7 @@ with import <stockholm/lib>;
<stockholm/tv/2configs/pulse.nix>
<stockholm/tv/2configs/retiolum.nix>
<stockholm/tv/2configs/binary-cache>
+ <stockholm/tv/2configs/br.nix>
<stockholm/tv/2configs/xserver>
{
environment.systemPackages = with pkgs; [
@@ -155,5 +156,10 @@ with import <stockholm/lib>;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "15.09";
+ tv.nixpkgs-overlays = {
+ krebs = "/home/tv/stockholm/krebs/5pkgs";
+ tv = "/home/tv/stockholm/tv/5pkgs";
+ };
+
virtualisation.virtualbox.host.enable = true;
}