diff options
author | makefu <github@syntax-fehler.de> | 2018-09-26 11:11:06 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-09-26 11:11:06 +0200 |
commit | d7ecf1abdcc52e82af8ea17e4fc8d4be8fc41822 (patch) | |
tree | ad4da7b3071dd6b2c5990a3de3cd380d5052767d /tv | |
parent | 7a0d3121be1ae433a612ad77e9bb693a66aed41c (diff) | |
parent | a374a452112ba962ab90e45b6b0f27b3a1330e4f (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'tv')
-rw-r--r-- | tv/1systems/mu/config.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index 6c22971bf..f51366546 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -2,9 +2,7 @@ with import <stockholm/lib>; { config, pkgs, ... }: { imports = [ - <stockholm/krebs> - <stockholm/tv/2configs> - <stockholm/tv/3modules> + <stockholm/tv> <stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/retiolum.nix> ]; @@ -57,6 +55,7 @@ with import <stockholm/lib>; gimp iptables libreoffice + plasma-pa (pkgs.pidgin-with-plugins.override { plugins = [ pkgs.pidginotr ]; }) |