summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* systemd: Enable more network servicesWilliam A. Kennington III2014-11-26
|
* systemd: Add ability to define networksWilliam A. Kennington III2014-11-26
|
* Mediawiki: updated for Apache 2.4Igor Pashev2014-11-26
|
* Style fixesEelco Dolstra2014-11-25
|
* Added strongSwan serviceIgor Pashev2014-11-25
|
* containers: add test that stopping and starting a container works (#4989)Aristid Breitkreuz2014-11-24
|
* nvidia_x11: current long-lived becomes a new legacyVladimír Čunát2014-11-24
| | | | CC: #5070.
* Merge pull request #5006 from daogames/este/customgitoliteusercillianderoiste2014-11-24
|\ | | | | enable different useraccount name for gitolite user
| * enable different useraccount name for gitolite userRonny Esterluss2014-11-14
| |
* | nixos/unifi: Properly depend on mountpointsWilliam A. Kennington III2014-11-24
| |
* | nixos/cupsd: Ignore collisions in cups-progs.aszlig2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There currently are collisions between the main CUPS package and the filters package, which are: * $storepath/share/cups/banners/classified * $storepath/share/cups/banners/confidential * $storepath/share/cups/banners/secret * $storepath/share/cups/banners/standard * $storepath/share/cups/banners/topsecret * $storepath/share/cups/banners/unclassified * $storepath/share/cups/data/testprint And they actually have different content, so let's ignore those for now until we have a better fix. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | opentsdb: Enable chunked API requests by defaultOliver Charles2014-11-24
| |
* | scollector: Allow users to specify external collectorsOliver Charles2014-11-24
| |
* | OpenTSDB should create its schema on start upOliver Charles2014-11-24
| |
* | hbase should use dataDir to specify where to store dataOliver Charles2014-11-24
| |
* | Add an `extraConfig` option to `bosun`Oliver Charles2014-11-24
| |
* | scollector should talk to Bosun, not OpenTSDBOliver Charles2014-11-24
| |
* | Add a NixOS module to run bosunOliver Charles2014-11-24
| |
* | scollector: New NixOS moduleOliver Charles2014-11-24
| |
* | opentsdb: Upgrade to 2.1.0-RC1Oliver Charles2014-11-24
| |
* | opentsdb: New package and NixOS moduleOliver Charles2014-11-24
| |
* | hbase: New package and NixOS moduleOliver Charles2014-11-24
| |
* | Merge pull request #5080 from joachifm/dnscrypt-refactorArseniy Seroka2014-11-24
|\ \ | | | | | | dnscrypt-proxy: minor superficial improvements
| * | dnscrypt-proxy: minor superficial improvementsJoachim Fasting2014-11-22
| | | | | | | | | | | | | | | - Use upstream description and explicitly set platforms = all - Coding conventions fix
* | | unifi: Actually remove webapps at shutdownWilliam A. Kennington III2014-11-24
| | |
* | | unifi: Clean all of webapps at start and stopWilliam A. Kennington III2014-11-24
| | |
* | | unifi: Fix typoWilliam A. Kennington III2014-11-24
| | |
* | | cups-pdf-filter -> cups-filters, enable by default for cupsDomen Kožar2014-11-23
| | |
* | | Remove cups_pdf_filter from the default set - adding to default set is ↵Michael Raskin2014-11-23
| | | | | | | | | | | | easier than removing...
* | | containers: remove obsolete commentAristid Breitkreuz2014-11-23
| | |
* | | nixos/etcd: fix postStart check and make tests deterministicJaka Hudoklin2014-11-23
| | |
* | | nixos/etcd: only use one cient url by defaultJaka Hudoklin2014-11-23
| | |
* | | nixos: add docker-registry moduleJaka Hudoklin2014-11-22
|/ /
* | Merge pull request #4991 from offlinehacker/nixos/etcdJaka Hudoklin2014-11-22
|\ \ | | | | | | nixos: add etcd module
| * | nixos: add etcd moduleJaka Hudoklin2014-11-21
| | |
* | | Merge pull request #4639 from lethalman/installer-nmDomen Kožar2014-11-21
|\ \ \ | | | | | | | | kde installer: enable networkmanager. Closes #3433
| * | | docs: hint to stop NetworkManager during installation to manually configure ↵Luca Bruno2014-11-02
| | | | | | | | | | | | | | | | the network
| * | | kde installer: enable networkmanager. Closes #3433Luca Bruno2014-11-02
| | | |
* | | | make zookeeper.nix non-executableJaka Hudoklin2014-11-21
| |/ / |/| |
* | | initial liquidsoap service expressionEmery Hemingway2014-11-20
| | |
* | | nixos/ids: Fix systemd idsWilliam A. Kennington III2014-11-19
| | |
* | | nixos/ids: Add systemd networking idsWilliam A. Kennington III2014-11-19
| | |
* | | nixos/tests/chromium: Allow to override packages.aszlig2014-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Of course, this could be done via packageOverrides, but this is more explicit and makes it possible to run the tests with various Chromium overrides. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos/haveged: Fix incorrect unit configuration (documentation -> Documentation)Rickard Nilsson2014-11-19
| | |
* | | nixos/riemann: Add option configFilesRickard Nilsson2014-11-19
| | |
* | | nixos: Add rudimentary VM tests for Chromium.aszlig2014-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the test is only for testing the user namespace sandbox and even that isn't very representative, because we're running the tests as root. But apart from that, we should have functionality for opening/closing windows and the main goal here is to get them as deterministic as possible, because Chromium usually isn't very nice to chained xdotool keystrokes. And of course, the most important "test" we have here: We know at least whether Chromium works _at_all_. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Merge pull request #5016 from bjornfor/nixos-generate-config-with-libEelco Dolstra2014-11-18
|\ \ \ | | | | | | | | nixos-generate-config: add 'lib' to module template
| * | | nixos-generate-config: add 'lib' to module templateBjørn Forsman2014-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The NixOS manual says modules have the following signature: { config, lib, pkgs, ... }: But our generated configuration.nix file lacks the 'lib' part. Add it.
* | | | nixos: document default GNOME 3.12 in the 14.11 release notesLuca Bruno2014-11-18
| | | |
* | | | Use lib instead of pkgs.libIgor Pashev2014-11-17
|/ / / | | | | | | Usage of pkgs.lib may cause infinite recursion