summary refs log tree commit diff
path: root/nixos/modules/services/x11/terminal-server.nix
Commit message (Collapse)AuthorAge
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos: update default cases from KDM/KDE4 to SDDM/KDE5Graham Christensen2017-02-09
|
* nixos: fix terminal-server, fixes #21834Domen Kožar2017-01-12
|
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\
| * xorg.xorgserver: wrap Xvfb with required flagsDomen Kožar2016-01-17
| |
* | treewide: Mass-replace 'xorgserver}/bin' with correct outputTuomas Tynkkynen2015-10-28
|/ | | | vcunat added one fix in xdummy.
* Rename hardware.opengl.videoDrivers back to services.xserver.videoDriversEelco Dolstra2014-04-29
| | | | | | | | Fixes #2379. The new name was a misnomer because the values really are X11 video drivers (e.g. ‘cirrus’ or ‘nvidia’), not OpenGL implementations. That it's also used to set an OpenGL implementation for kmscon is just confusing overloading.
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Renamed obsolete option services.xserver.videoDrivers to ↵Pascal Wittmann2014-02-18
| | | | hardware.opengl.videoDrivers
* nixos: don't white-list port 5900 in the firewall when x11vnc is enabledPeter Simons2013-12-23
| | | | | | | | | | | | If you want x11vnc to receive TCP connections from the rest of the world, please add networking.firewall.allowedTCPPorts = [ 5900 ]; to /etc/nixos/configuration.nix. See <http://lists.science.uu.nl/pipermail/nix-dev/2013-November/011997.html> for the discussion that lead to this.
* Update the X11 terminal server module for systemdEelco Dolstra2013-11-08
| | | | Yay, we no longer need inetd!
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10