summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nexus: Add module for nexus.Michele Catalano2017-09-04
| | | | | Add also myself as maintainer Add simple test of the nexus service
* nixos: update glibc locales linkOrivej Desh2017-09-03
|
* nixos/xpra: allow to set extra options (#28934)Jaka Hudoklin2017-09-03
|
* Merge pull request #28893 from jtojnar/gpaste-serviceJörg Thalheim2017-09-03
|\ | | | | gnome3.gpaste: Add GPaste service
| * nixos/gnome3.gpaste: add serviceJan Tojnar2017-09-02
| |
* | gitlab: 9.4.5 -> 9.5.2Franz Pletz2017-09-03
| |
* | release notes: gnupg programs are no longer suffixedGraham Christensen2017-09-03
| |
* | nginx: module fix exampleRobin Gloster2017-09-03
| | | | | | | | Closes #28926
* | gitlab module: fix permissions and pathRobin Gloster2017-09-02
| |
* | gitlab module: fix postgres superUserRobin Gloster2017-09-02
| | | | | | | | (cherry picked from commit edd8265c366186d62d870c23e2b2437ae4de4c0d)
* | gitlab: fix postgres callsRobin Gloster2017-09-02
| |
* | Merge remote-tracking branch 'upstream/master' into HEADRobin Gloster2017-09-02
|\ \
| * | nixos/hydra postgresql: Fix #27314 and add test casePhilipp Steinpass2017-09-02
| | |
| * | Merge pull request #28903 from grahamc/systemd-boot-nixos-versionGraham Christensen2017-09-02
| |\ \ | | | | | | | | Include date and NixOS version in systemd-boot entries
| | * | Include date and NixOS version in systemd-boot entriesGraham Christensen2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grub configs include the NixOS version and date they were built, now systemd can have fun too: version Generation 99 NixOS 17.03.1700.51a83266d1, Linux Kernel 4.9.43, Built on 2017-08-30 version Generation 100 NixOS 17.03.1700.51a83266d1, Linux Kernel 4.9.43, Built on 2017-08-30 version Generation 101 NixOS 17.03.1700.51a83266d1, Linux Kernel 4.9.43, Built on 2017-08-31 version Generation 102 NixOS 17.03.1700.51a83266d1, Linux Kernel 4.9.43, Built on 2017-09-01 version Generation 103 NixOS 17.03.1700.51a83266d1, Linux Kernel 4.9.43, Built on 2017-09-02 version Generation 104 NixOS 17.09beta41.1b8c7786ee, Linux Kernel 4.9.46, Built on 2017-09-02 version Generation 105 NixOS 17.09.git.1b8c778, Linux Kernel 4.9.46, Built on 2017-09-02
| * | | nixos/chromium-suid-sandbox: remove reference to grsecurityJoachim Fasting2017-09-02
| | | |
| * | | nixos: purge remaining grsecurity bitsJoachim Fasting2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | :( Fixes https://github.com/NixOS/nixpkgs/issues/28859
| * | | nixos/release-notes: grsecurity support removed for 17.09Joachim Fasting2017-09-02
| |/ /
| * | nixos/deluge: Fix last wrong package attributeaszlig2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I missed this in 799435b7cab97a39893a104999b3bc589e1172b1. This time I used "git grep -F pythonPackages.deluge" just to be sure :-) Thanks a lot to @roconnor for spotting this. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: @roconnor
| * | Merge pull request #28871 from romildo/mateFrederik Rietdijk2017-09-02
| |\ \ | | | | | | | | mate desktop: some improvements
| | * | mate: remove icon cacheromildo2017-09-01
| | | |
| * | | Merge pull request #28726 from vyp/interception-toolsJörg Thalheim2017-09-02
| |\ \ \ | | | | | | | | | | interception-tools: init at 0.1.1
| | * | | interception-tools: init at 0.1.1xd1le2017-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latest release of libyamlcpp in nixpkgs does not build because it uses an older version of boost than the one in nixpkgs and therefore expects a particular header file which does not exist in the latest boost anymore. For this reason, a later (git) version of libyamlcpp is used here (which actually doesn't even require boost). The substituteInPlace in the prePatch phase is needed because libevdev places its headers in non-standard places, meaning Nix cannot normally find them. The `cut` command removes the first two "-I" characters from the output of `pkg-config`. This needs to be in the prePatch phase because otherwise Nix will patch these lines to `/var/empty`, meaning you would have less specific replacement (in case other lines are also patched to `/var/empty`). I wrote the patch. (I believe it is NixOS specific.)
| * | | | nixos/deluge: Fix deluge package attributeaszlig2017-09-01
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by fa5e34324204fc626d9b644a37982bcedec9e4bc. The deluge package no longer resides in pythonPackages but now is a top-level package. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @grantwwu, @fpletz
| * | | nixos/piwik: fix nginx submodule's ssl defaultsFlorian Jacob2017-09-01
| | | | | | | | | | | | | | | | | | | | | | | | previous mkDefault did not work as expected, as it did not overwrite the original submodule's defaults when the user did not specify any custom options at all.
| * | | gnome3 tests: fix by providing more memoryJan Tojnar2017-09-01
| | |/ | |/| | | | | | | /cc #28053.
| * | Merge pull request #28781 from romildo/mateJörg Thalheim2017-08-31
| |\ \ | | | | | | | | mate: add the MATE desktop environment
| | * | mate: add icon themesromildo2017-08-31
| | | |
| | * | mate: add the MATE desktop environmentromildo2017-08-31
| | | |
| * | | Merge pull request #28783 from ryantm/calibre-serverGabriel Ebner2017-08-31
| |\ \ \ | | | | | | | | | | nixos/calibre-server: fix ExecStart call
| | * | | nixos/calibre-server: fix ExecStart callRyan Mulligan2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calibre-server changed the way you specify the library from using --with-library to just allowing the directory to be specified. See https://manual.calibre-ebook.com/generated/en/calibre-server.html for details.
| * | | | Merge pull request #28775 from grahamc/describe-stateVersionGraham Christensen2017-08-31
| |\ \ \ \ | | | | | | | | | | | | Document the stateVersion more
| | * | | | configuration.nix: Document the stateVersion moreGraham Christensen2017-08-30
| | |/ / /
| * | | | nixos/bcachefs: init moduledavidak2017-08-31
| | | | |
| * | | | mysql service: Make initialDatabases.schema attribute optionalFlorian Jacob2017-08-31
| | | | |
| * | | | nix: 1.11.13 -> 1.11.14Eelco Dolstra2017-08-31
| | | | |
| * | | | grub module: assume /nix/store is a bind mount even if it is not read onlySymphorien Gibol2017-08-31
| |/ / / | | | | | | | | | | | | Fixes #14999
| * | | Mark synaptics as deprecatedGraham Christensen2017-08-30
| | | |
| * | | profiles/graphical.nix: enable libinput over synapticsGraham Christensen2017-08-30
| | | |
| * | | installer: add a comment hinting about enabling libinput for touchpadsGraham Christensen2017-08-30
| | | |
| * | | Impala makes packaging a life-long addictionFranz Pletz2017-08-30
| | | | | | | | | | | | | | | | Take that recursive acronym, GNU!
| * | | release documentation: reorder beta stepsFranz Pletz2017-08-30
| | | |
| * | | Merge pull request #28749 from florianjacob/piwik-improve-configFranz Pletz2017-08-30
| |\ \ \ | | | | | | | | | | nixos/piwik: Adjust to recent NixOS changes, use nginx's virtualHost instead of replicating [WIP]
| | * | | nixos/piwik: adjust to addSSL and forceSSL now being mutually exclusiveFlorian Jacob2017-08-30
| | | | |
| | * | | nixos/piwik: Make webServerUser default to nginxFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the nginx option is used. Noted that either webServerUser or nginx option is mandatory. Also introduce an assertion if both are not set, and a warning if both are set. Resolves #27704.
| | * | | nixos/piwik: Remove part about mail problemsFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | | | | | Sending mail works out of the box as of resolution of #26611.
| | * | | nixos/piwik: use nginx' virtualHost submoduleFlorian Jacob2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of redeclaring part of the options. Backward-compatible change. This gives the same flexibility to the user as nginx itself. This also resolves the piwik module break from nginx' enableSSL introduction from #27426.
| * | | | release documentation: update to current procedureRobin Gloster2017-08-30
| |/ / /
| * | | cron service: fix reliance on etc.timezoneLinus Heckemann2017-08-30
| | | | | | | | | | | | | | | | | | | | This does not fully address the issue, as cron will not restart when the timezone is changed imperatively as it presumably needs to.
| * | | Merge: fixups to staging mergeVladimír Čunát2017-08-30
| |\ \ \ | | | | | | | | | | | | | | | None are large rebuilds; most are on staging already.