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 | 9a5415b662e9aad91eb518bfb2aa3feffc5e7cd5 (patch) | |
tree | f457b5eab5b099ada1da21d450e61545dc3be76c /tv/1systems/xu/config.nix | |
parent | 32b2aff200edf3e73f6a2c9e3d6548e4985ecd9f (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 b9c76cf49..c47608aa9 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; } |