summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd/installation-cd-graphical-base.nix
Commit message (Collapse)AuthorAge
* installation-cd-graphical-base.nix: adding git (#79098)snicket21002020-02-14
|
* installer: use sddm in plasma5worldofpeace2019-10-22
| | | | | | | | | | Slim is abandoned and won't work with wayland. It's in our best interest to use the display-manager that makes most sense for Plasma5, sddm. We've already moved on from it being default in #30890 and the graphical.nix profile, which the virtualbox profile uses, has sddm anyway.
* installer: autorun xserver in graphical mediaworldofpeace2019-10-02
|
* installer: Don't run as rootworldofpeace2019-08-12
| | | | | | | | | | | | | | | | | | | There's many reason why it is and is going to continue to be difficult to do this: 1. All display-managers (excluding slim) default PAM rules disallow root auto login. 2. We can't use wayland 3. We have to use system-wide pulseaudio 4. It could break applications in the session. This happened to dolphin in plasma5 in the past. This is a growing technical debt, let's just use passwordless sudo.
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* installer: Enable pulseaudio in all graphical iso'sElis Hirwing2019-02-21
|
* installer: refactorworldofpeace2018-09-11