diff options
author | lassulus <lass@blue.r> | 2018-10-06 21:49:45 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-10-06 21:49:45 +0200 |
commit | 390056ad91d2afc1a03f792b129fc3bab0d0576e (patch) | |
tree | f22e12ae14ae0b16276134c6786c0aafe71220bc /tv/1systems/mu/config.nix | |
parent | e7eab7bd54a69ddf6f71adf9d2796070ee154f8e (diff) | |
parent | 65dc542a2ae9ba565eb3848a9cbdb5da11a1563d (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/mu/config.nix')
-rw-r--r-- | tv/1systems/mu/config.nix | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tv/1systems/mu/config.nix b/tv/1systems/mu/config.nix index f51366546..c26d4ab30 100644 --- a/tv/1systems/mu/config.nix +++ b/tv/1systems/mu/config.nix @@ -3,6 +3,7 @@ with import <stockholm/lib>; imports = [ <stockholm/tv> + <stockholm/tv/2configs/br.nix> <stockholm/tv/2configs/exim-retiolum.nix> <stockholm/tv/2configs/retiolum.nix> ]; @@ -90,20 +91,6 @@ with import <stockholm/lib>; pkgs.xlibs.fontschumachermisc ]; - # Enable CUPS to print documents. - services.printing = { - enable = true; - #drivers = [ - # #pkgs.foomatic_filters - # #pkgs.gutenprint - # #pkgs.cups_pdf_filter - # #pkgs.ghostscript - #]; - #cupsdConf = '' - # LogLevel debug2 - #''; - }; - services.xserver.enable = true; services.xserver.layout = "de"; services.xserver.xkbOptions = "eurosign:e"; |