diff options
author | tv <tv@krebsco.de> | 2018-12-29 12:18:14 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-12-29 13:17:53 +0100 |
commit | 6868856e271c57e6721de26d910a49d60b41236d (patch) | |
tree | d1b8ade104e98817bc043331d0210c38ea7ece69 /tv/1systems/xu/config.nix | |
parent | 01af2614019c665b7977c0022e184a20c023f959 (diff) |
tv nixpkgs-overlays: RIP
Diffstat (limited to 'tv/1systems/xu/config.nix')
-rw-r--r-- | tv/1systems/xu/config.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index b9c76cf..c47608a 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -156,10 +156,5 @@ 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; } |