about summary refs log tree commit diff
path: root/modules/user/openlab/labtops.nix
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Fix eval errors post 21.05 releasedevhell2021-06-091-1/+1
| | | | | A few things have changed since the recent NixOS 21.05 release. Mostly naming stuff, so nothing dramatic.
* Fix deprecated displayManager.auto.enable optionaszlig2020-02-101-2/+3
| | | | | | | | | | | | | | | | Since a while[1], the services.xserver.displayManager.auto option is deprecated. Since first of all SLiM got removed and now every display manager supports auto-login, I switched the labtops module to use the LightDM implementation. Since the common x11 test module still exposes a similar interface, we only need to use the same options from the test-support option, which should hopefully be a "sane default" suitable for tests. [1]: https://github.com/NixOS/nixpkgs/commit/c95612a5a2d4bd93011c042066c Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* machines/labnet: move wifi from base to labtopsProfpatsch2017-02-231-0/+5
| | | | | Non-laptop machines should not connect to the wifi automatically (they probably don’t even have a wifi module …)
* modules/labtops: xset typing speedProfpatsch2016-08-271-2/+7
|
* modules/labtops: pulseaudio (and streaming)Profpatsch2016-08-251-0/+5
|
* modules/labtops: add packages from user envProfpatsch2016-08-251-2/+8
| | | | People needed it, so now it goes into the config.
* modules/labtops: add mpv & vlcProfpatsch2016-08-251-1/+5
|
* modules/labtops: disable man pages in base configProfpatsch2016-08-251-0/+2
|
* modules/openlab: factor out base configurationProfpatsch2016-07-081-54/+3
|
* machines/labtops: arduinoProfpatsch2016-06-181-2/+3
|
* machines/labtop: standartise disk label & diskProfpatsch2016-04-251-0/+5
|
* machines/labtop: remove antimony (build fail)Profpatsch2016-04-251-1/+2
|
* modules/labtops: simplify wireless connectionProfpatsch2016-04-251-1/+4
|
* machines/labnet: generic labtop configProfpatsch2016-04-251-0/+116
Draws out the general config for all Labtops in its own module and creates a structure to specify the setting which are different.