about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/network-interfaces: do not try to enable or disable ipv6 in containerJaka Hudoklin2014-03-10
|
* searx: refactor a bitDomen Kozar2014-03-09
|
* searx: add moduleMatej Cotman2014-03-09
|
* nixos manual: make nixos options linkableDomen Kozar2014-03-08
|
* Merge pull request #1767 from the-kenny/fix-consoleKeyMap-typeDomen Kožar2014-03-08
|\ | | | | i18n.consoleKeyMap: Accept string or path.
| * i18n.consoleKeyMap: Accept string or path.Moritz Ulrich2014-02-17
| | | | | | | | | | | | | | | | | | | | i18n.consoleKeyMap maps to KEYMAP=... in vconsole.conf and `loadkeymap' in stage1. Both of these accept paths to a keymap file in addition to a string containing the name of the keymap. With this commit, it's possible to use your own keymap via: i18n.consoleKeyMap = ./path/to/something.kmap
* | typo: occured -> occurredEllis Whitehead2014-03-07
| |
* | tarsnap: mention getting started pageDomen Kozar2014-03-07
| |
* | nixos: add Tarsnap backup service moduleAustin Seipp2014-03-07
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #1833 from coreyoconnor/fix-synaptics-configDomen Kožar2014-03-07
|\ \ | | | | | | correct tapButtons in synaptics config.
| * | correct tapButtons in synaptics config. Dont rely on the X11 input settings ↵Corey O'Connor2014-02-24
| | | | | | | | | | | | to take the last option.
* | | Merge branch 'desktopmanager-fix' of git://github.com/pSub/nixpkgsShea Levy2014-03-07
|\ \ \ | | | | | | | | | | | | Use feh only as a fallback if the xserver is actually enabled.
| * | | Use feh only as a fallback if the xserver is actually enabled.Pascal Wittmann2014-03-04
| | | | | | | | | | | | | | | | Otherwise feh is installed even though no xserver is available.
* | | | Allow ntpq locallyGergely Risko2014-03-06
| | | |
* | | | Always load the "configs" kernel moduleEelco Dolstra2014-03-05
|/ / / | | | | | | | | | | | | | | | | | | We used to have the configuration of the kernel available in a somewhat convenient place (/run/booted-system/kernel-modules/config) but that has disappeared. So instead just make /proc/configs.gz available. It only eats a few kilobytes.
* | | Get rid of services.mesa.* messageEelco Dolstra2014-03-03
| | |
* | | Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra2014-03-03
| | | | | | | | | | | | Also, turn some stdenv adapters into setup hooks.
* | | Sync /tmp/xchg to ensure that the coverage data is flushedEelco Dolstra2014-03-03
| | |
* | | Merge pull request #1791 from wizeman/u/nixos-genVladimír Čunát2014-03-02
|\ \ \ | | | | | | | | nixos-generate-config: improve filesystem generation
| * | | nixos-generate-config: Don't generate filesystem optionsRicardo M. Correia2014-02-19
| | | | | | | | | | | | | | | | | | | | | | | | We don't want to hardcode configuration options that the current kernel chose for us when mounting the filesystem, since the defaults can change in the future.
| * | | nixos-generate-config: Don't generate /var/lib/nfs/rpc_pipefs filesystemRicardo M. Correia2014-02-19
| | | | | | | | | | | | | | | | It's automatically mounted if the system has support for NFS.
* | | | Disable efi tests againShea Levy2014-03-01
| | | | | | | | | | | | | | | | OVMF sucks
* | | | Fix mysql-replication testEelco Dolstra2014-02-28
| | | |
* | | | Remove tabsEelco Dolstra2014-02-28
| | | |
* | | | nixos-manual: show manual on tty8 by defaultDomen Kožar2014-02-28
| | | |
* | | | Fix mysql test evaluationShea Levy2014-02-28
| | | |
* | | | add gstreamer 1.0 setup-hook and use it where appropriateDomen Kožar2014-02-28
| | | |
* | | | Merge pull request #1841 from pSub/patch-1Domen Kožar2014-02-27
|\ \ \ \ | | | | | | | | | | Fixed link to the installation instructions
| * | | | Added a static identifier to the installing nixos chapterPascal Wittmann2014-02-27
| | | | |
* | | | | couchdb: remove redundant customConfigFileDomen Kožar2014-02-27
| | | | |
* | | | | couchdb: stricter typesDomen Kožar2014-02-27
| | | | |
* | | | | couchdb: add idsDomen Kožar2014-02-27
| | | | |
* | | | | folders of pidFile and uriFile should be writable by couchdb user/groupRok Garbas2014-02-27
| | | | |
* | | | | couchdb(nixos): removing whitespace and line that was commentedRok Garbas2014-02-27
| | | | |
* | | | | update couchdb to 1.5.0(current latest) and add service for itRok Garbas2014-02-27
| | | | |
* | | | | nixos: set all package options to have type packageDomen Kožar2014-02-27
| | | | |
* | | | | mediawiki: Don't rewrite /images if uploads are enabledShea Levy2014-02-27
| | | | |
* | | | | mediawiki rewrite rules only needed with no urlPrefixShea Levy2014-02-27
| | | | |
* | | | | Restart keys.target on reconfigurationShea Levy2014-02-26
| | | | |
* | | | | rename.nix: Handle renaming of a whole set of optionsShea Levy2014-02-26
|/ / / / | | | | | | | | | | | | | | | | | | | | mkIf was pushed down, making the obsoleted argument unconditionally evaluated Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | D'ohShea Levy2014-02-26
| | | |
* | | | Document mysql changesShea Levy2014-02-26
| | | |
* | | | Merge mysql55 module into mysqlShea Levy2014-02-26
| | | | | | | | | | | | | | | | | | | | This also removes the default for services.mysql.package, as this should not generally be updated automatically if we change the mysql attribute
* | | | Mediawiki: Add some needed rewritesShea Levy2014-02-25
| | | |
* | | | Allow httpd subservices to set the document rootShea Levy2014-02-25
| |/ / |/| | | | | | | | | | | | | | Only the main service OR one of the subservices can set the document root. This is used by mediawiki when it is hosted at the root of the vhost.
* | | Make initialRootPassword overrideable in all virtualisation modules, not ↵Rickard Nilsson2014-02-24
| | | | | | | | | | | | just virtualbox.
* | | firewall: add support for TCP/UDP port rangesAustin Seipp2014-02-22
| | | | | | | | | | | | | | | | | | | | | This is useful for packages like mosh, which use a wide UDP port range by default for incoming connections. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | nixos: Assign uid/gid to dictd's service user.Petr Rockai2014-02-22
| | |
* | | Unconditionally add ssh to nix-daemon's path for the ssh substitituerShea Levy2014-02-20
| | |
* | | Don't complain if HOME isn't writableShea Levy2014-02-20
| | |