about summary refs log tree commit diff
path: root/modules/user/devhell/profiles/services.nix
Commit message (Collapse)AuthorAgeFilesLines
...
* profiles/services: Switch enableKVM to qemuPackagedevhell2018-01-021-1/+1
| | | | | The option `enableKVM` has been deprecated in favor of defining the qemu package to use instead.
* Revert "profiles/{packages,modules}: Disable VirtualBox"devhell2017-12-221-6/+6
| | | | | | | This reverts commit 6edeead10bcabbd86cf499589f1b1911e0ccd2f2. Nope, can't do this. I still need VBox for uni work as it's part of a series of lectures I have to give.
* profiles/{packages,modules}: Disable VirtualBoxdevhell2017-12-211-6/+6
| | | | Hydra has some issues with this, so disabling again for now.
* virtualbox: Reenabledevhell2017-11-251-6/+6
| | | | I tried. I can't work without it at the moment.
* profiles/{packages,services}: Disable VirtualBoxdevhell2017-11-151-6/+6
| | | | | Currently VBox 5.2 is not working with Linux Kernel 4.14. I'll try and work with libvirtd instead for the moment.
* profiles/services: Switch i3 to i3-gapsdevhell2017-10-251-1/+4
| | | | | Yeah, looks cool and actually helps "aesthetically" with discerning window boundaries.
* profiles/services: Enable syncthing dataDir to ~devhell2017-10-061-0/+1
|
* Factor out devhell's services into vuizvuiaszlig2017-06-221-0/+88
I've added another profile called "services", which now resembles the services_common.nix from the previous configuration. The machine-specific definitions now reside directly inside the machine's Nix expressions for now, until they're properly refactored. Most of these machine-specific values can be easily modularized, especially the xrdb config, for example having one base xrdb module and only small machine-specific definitions if stuff needs to be overridden. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @devhell