summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/kubernetes: fix user idJaka Hudoklin2014-11-29
|
* Merge pull request #5088 from offlinehacker/nixos/kubernetesJaka Hudoklin2014-11-29
|\ | | | | nixos: add kubernetes module
| * nixos: add kubernetes moduleJaka Hudoklin2014-11-29
| |
* | nixos: Use vendor zones instead of N.pool.ntp.org.aszlig2014-11-28
|/ | | | | | Closes #4824, thanks to @abh for processing my stupidity. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fix printing testDomen Kožar2014-11-27
|
* nixos: reverse logic in nixos interactive tests documentationDomen Kožar2014-11-27
|
* nixos/sshd: Fix build if knownHosts is empty.aszlig2014-11-27
| | | | | | | | Introduced by 77ff279f2767cf1f28eed03a1f93e5df54c99bf5. Build failure: https://headcounter.org/hydra/build/583158/nixlog/5/raw Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: Add enable option for programs/virtualbox.aszlig2014-11-27
| | | | | | | | | We will simply rename the previous module and add a warning whenever the module is included directly, pointing the user to the right option and also enable it as well (in case somebody has missed the option and is wondering why VirtualBox doesn't work anymore). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos: Rename virtualbox to virtualboxGuest.aszlig2014-11-27
| | | | | | | | | Especially new users could be confused by this, so we're now marking services.virtualbox.enable as obsolete and defaulting to services.virtualboxGuest.enable instead. I believe this now makes it clear, that this option is for guest additions only. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/services.openssh: Allow knownHost keys to have multiple lines.Rickard Nilsson2014-11-27
| | | | Useful for adding several public keys of different types for the same host.
* Don't set $MANPATHEelco Dolstra2014-11-27
| | | | | The default is derived automatically from $PATH, so it's in fact better *not* to set it.
* Merge pull request #5130 from wmertens/git-ssl-envwmertens2014-11-27
|\ | | | | Let git use $SSL_CERT_FILE
| * Remove unnecessary $GIT_SSL_CAINFO from sys envWout Mertens2014-11-26
| |
* | NetworkManager.service -> network-manager.serviceDomen Kožar2014-11-27
| |
* | e18: remove old desktop managerMatej Cotman2014-11-26
| |
* | e17: remove old desktop managerMatej Cotman2014-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