diff options
author | tv <tv@krebsco.de> | 2018-11-27 11:52:23 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-27 11:52:23 +0100 |
commit | eb5b054cb24f9b2615b176c7cdb08d0a480a9e7f (patch) | |
tree | aa37b5493915860930be27e3cc115af38313d825 | |
parent | c4fabb0bc40e270f7d34a06115b121ef879fc2d1 (diff) |
tv querel: drop chromium
-rw-r--r-- | tv/1systems/querel/config.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/1systems/querel/config.nix b/tv/1systems/querel/config.nix index 01d67b5f5..6e7944cdf 100644 --- a/tv/1systems/querel/config.nix +++ b/tv/1systems/querel/config.nix @@ -25,7 +25,6 @@ with import <stockholm/lib>; }; environment.systemPackages = with pkgs; [ - chromium firefoxWrapper gimp kate @@ -63,8 +62,6 @@ with import <stockholm/lib>; networking.networkmanager.enable = true; - nixpkgs.config.chromium.enablePepperFlash = true; - programs.ssh.startAgent = false; services.xserver.enable = true; |