diff options
author | tv <tv@krebsco.de> | 2015-07-26 14:03:39 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-26 14:03:39 +0200 |
commit | fd22ed0fa967cd2b18196526d3492922e89bd5bd (patch) | |
tree | 15e1c226069eea7098c58cc178b37043bd0a91df /1systems/tv | |
parent | dc9b0d7ce100c1286353e1ce3a8b11c42e48738d (diff) |
1 tv wu: systemPackages += ff
Diffstat (limited to '1systems/tv')
-rw-r--r-- | 1systems/tv/wu.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix index 3726463..f542581 100644 --- a/1systems/tv/wu.nix +++ b/1systems/tv/wu.nix @@ -29,6 +29,12 @@ in Zpkgs.genid Zpkgs.hashPassword Zpkgs.lentil + (pkgs.writeScriptBin "ff" '' + #! ${pkgs.bash}/bin/bash + exec sudo -u ff -i <<EOF + exec ${pkgs.firefoxWrapper}/bin/firefox $(printf " %q" "$@") + EOF + '') # root cryptsetup @@ -363,7 +369,6 @@ in }; }; - nixpkgs.config.firefox.enableAdobeFlash = true; nixpkgs.config.chromium.enablePepperFlash = true; nixpkgs.config.allowUnfree = true; |