diff options
author | makefu <github@syntax-fehler.de> | 2017-09-29 21:28:23 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-29 21:28:23 +0200 |
commit | c352397385d5e7cbf2095ead0aa4a74be116da34 (patch) | |
tree | 72a730cb2b451b5700a8eaf9420b4bd46f513ba9 /tv/1systems/xu/config.nix | |
parent | 9d9e9bc3d8087974370e3d62bc05d2332b2efab2 (diff) | |
parent | 37951eed3dd7806f73c40c47ec9cd047ad76c15d (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv/1systems/xu/config.nix')
-rw-r--r-- | tv/1systems/xu/config.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 0abd544ce..0363c983d 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; } |