summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* systemd: enable timedated, hostnamed, localed.Gabriel Ebner2015-12-07
|
* cntlm: refactor to systemd service, fixes #11339Markus Wotringer2015-12-07
|
* shout: fix preStart, fixes #11516Jakob Gillich2015-12-07
| | | | preStart must be a string
* nixos tests: pump.io: initRodney Lorrimar2015-12-06
|
* pump.io service: initRodney Lorrimar2015-12-06
| | | | | Pump.io runs its web server as a standalone service listening on 443. It's also possible to put the service behind a HTTP reverse proxy.
* hostapd service: improve option descriptionsTobias Geerinckx-Rice2015-12-05
|
* Rename 'emery' maintainer handle to 'ehmry', fixes #11493Emery Hemingway2015-12-05
| | | | Communication happens on Github so names should be consistent.
* Merge pull request #11415 from zenhack/dwm-wmArseniy Seroka2015-12-05
|\ | | | | xserver: dwm as a window manager
| * xserver: dwm as a window managerIan Denhardt2015-12-03
| |
* | Merge recent staging built on HydraVladimír Čunát2015-12-05
|\ \ | | | | | | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| * | nixos: use w3m-nox for the manualJan Malakhovski2015-11-26
| | |
* | | nixos/bumblebee: update for new packagesNikolay Amiantov2015-12-05
| | |
* | | tlp: use module_init_tools, avoid recompilation for nixosNikolay Amiantov2015-12-05
| | |
* | | nsd service: use mkEnableOptionChristoph Hrdinka2015-12-04
| | |
* | | Fix evaluation after merge of #11450.Moritz Ulrich2015-12-04
| | |
* | | Merge pull request #11450 from AndersonTorres/nixos-modules-window-managersArseniy Seroka2015-12-04
|\ \ \ | | | | | | | | Getting rid of mkOption in NixOS window manager modules
| * | | Getting rid of mkOption in NixOS window manager modulesAndersonTorres2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the default way to define NixOS window manager modules is to use mkEnableOption to describe the module itself. In this commit, all files on nixos/modules/services/x11/window-managers are changed.
* | | | Merge pull request #10535 from roblabla/feature-updateGitlab8.0.5Arseniy Seroka2015-12-04
|\ \ \ \ | |/ / / |/| | | gitlab: 7.4.2 -> 8.0.5
| * | | gitlab: 7.4.2 -> 8.0.5roblabla2015-12-04
| | | |
* | | | Merge pull request #11431 from abbradar/teamviewerNikolay Amiantov2015-12-03
|\ \ \ \ | | | | | | | | | | teamviewer: init at 11.0.52520, remove older versions
| * | | | teamviewer: init at 11.0.52520, remove older versionsNikolay Amiantov2015-12-03
| | | | |
* | | | | nixos/kbd: make systemd-vconsole-setup work with KMSNikolay Amiantov2015-12-03
| | | | |
* | | | | Merge pull request #11371 from tk-ecotelecom/fix-wmiiPascal Wittmann2015-12-03
|\ \ \ \ \ | | | | | | | | | | | | wmii.nix: fix module args
| * | | | | wmii.nix: fix module argsTimofei Kushnir2015-12-01
| | | | | |
* | | | | | nova-image: don't use ec2-data since it delays the bootup timeDomen Kožar2015-12-03
| | | | | |
* | | | | | owncloud httpd-service: add package optionAugustin Borsu2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Owncloud package used can now be set in configuration.nix using package option.
* | | | | | owncloud httpd-service: fix trusted_domain when unsetAugustin Borsu2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an empty string was given as trusted_domain, the trusted domain was set to be empty string instead of not beeing set.
* | | | | | owncloud: 7.0.5 -> 7.0.10 +Augustin Borsu2015-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes default version to 7.0.10, 7.0.5 version is kept for people reluctant to update. Needed info has also been added for versions 8.0, 8.1 and 8.2 only the latest minor version of each major version is included.
* | | | | | owncloud httpd-service: add urlPrefix optionAugustin Borsu2015-12-02
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option allows user to specify a url prefix for owncloud. By default it is set to "" and the document root will be set to owncloud's dir. If a prefix is set, e.g. urlPrefix = "/owncloud" an alias will be created using that prefix to point to owncloud's dir and owncloud will be available at http://localhost/owncloud
* | | | | Merge pull request #11351 from basvandijk/strongswan-modprobeArseniy Seroka2015-12-01
|\ \ \ \ \ | |_|/ / / |/| | | | strongswan service: use config.system.sbin.modprobe instead of kmod
| * | | | strongswan service: use config.system.sbin.modprobe instead of kmodBas van Dijk2015-11-30
| | | | | | | | | | | | | | | | | | | | Fixes: #8343
* | | | | nixos/tests: increase ram from 768 to 1024Luca Bruno2015-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes simpleProvided test failing on unionfs using more ram than available. cc @edolstra @wkennington
* | | | | nixos/tests/misc: start systemd-udev-settle manuallyLuca Bruno2015-12-01
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | systemd-udev-settle is not started by default anymore. Because checking for psmouse like that is considered legacy, we start systemd-udev-settle manually in the test. cc @edolstra
* | | | lightdm-gtk-greeter module: Fix error when lightdm disabledTimo Meijer2015-11-30
| | | |
* | | | Merge pull request #11336 from TimoMeijer/fix/nixos-modules-lightdmOliver Charles2015-11-30
|\ \ \ \ | |/ / / |/| | | lightdm module: Extract greeter configuration and add theme options
| * | | lightdm-gtk-greeter module: Add configuration options for theme and iconThemeTimo Meijer2015-11-30
| | | |
| * | | lightdm module: extract greeter configurationTimo Meijer2015-11-30
| | | |
* | | | tests-chromium: fix link to svg filePascal Wittmann2015-11-29
| | | | | | | | | | | | | | | | closes #11208
* | | | Merge pull request #11342 from basvandijk/wordpress-4.3.1Aristid Breitkreuz2015-11-29
|\ \ \ \ | | | | | | | | | | wordpress: 4.3 -> 4.3.1
| * | | | wordpress: 4.3 -> 4.3.1Bas van Dijk2015-11-29
| |/ / /
* | | | Merge pull request #9701 from basvandijk/wordpress-fixArseniy Seroka2015-11-29
|\ \ \ \ | | | | | | | | | | wordpress: use the correct mysql pidDir
| * | | | wordpress: use the correct mysql pidDirBas van Dijk2015-11-29
| |/ / /
* | | | Merge pull request #11329 from ctheune/submit/pkg-syncthing-update-0.12.4lethalman2015-11-29
|\ \ \ \ | | | | | | | | | | syncthing: 0.11 -> 0.12
| * | | | syncthing: 0.11 -> 0.12Christian Theune2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | Also, keep 0.11 around (in an updated version) and make the pkg an option to the service module.
* | | | | Merge pull request #7993 from wavewave/extra-bindslethalman2015-11-29
|\ \ \ \ \ | | | | | | | | | | | | nixos-container: support user-defined extra binds
| * \ \ \ \ Merge branch 'master' into extra-bindsIan-Woo Kim2015-09-28
| |\ \ \ \ \
| * | | | | | minor changesIan-Woo Kim2015-09-28
| | | | | | |
| * | | | | | nixos-containers: bindMounts: change default to readOnly. use EXTRA_NSPAWN_FLAGSIan-Woo Kim2015-05-26
| | | | | | |
| * | | | | | nixos-container: rename extraBinds to bindMounts and use attribute set format.Ian-Woo Kim2015-05-26
| | | | | | |
| * | | | | | unify extraBindsRW/RO into extraBinds. Now arbitrary mount point is supported.Ian-Woo Kim2015-05-25
| | | | | | |