summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Added a static identifier to the installing nixos chapterPascal Wittmann2014-02-27
|
* 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
|
* Add module to enable the server for the ssh substituterShea Levy2014-02-20
|
* opensmtpd: Add sendmail to systemPackagesShea Levy2014-02-20
|
* gnome3: typoDomen Kožar2014-02-19
|
* gnome3: add some default core packages to be installedDomen Kožar2014-02-19
|
* add gnome3.vinoDomen Kožar2014-02-19
|
* Add missing fileEelco Dolstra2014-02-19
|
* Removed obsolete option services.xserver.videoDriverPascal Wittmann2014-02-18
|
* Renamed obsolete option services.xserver.videoDrivers to ↵Pascal Wittmann2014-02-18
| | | | hardware.opengl.videoDrivers
* Start of 14.02 release notesEelco Dolstra2014-02-18
|
* memtest.nix: Use toStringEelco Dolstra2014-02-18
|
* gnome3: correctly place GIO_EXTRA_MODULESDomen Kožar2014-02-17
|
* desktop-manager.gnome3: add dconf supportDomen Kožar2014-02-16
|
* redshift: default to string type for option brightnessDomen Kožar2014-02-16
|
* Allow directly setting hashedPassword for rootShea Levy2014-02-16
|
* nixos: Make serial agetty's bitrates configurable.Petr Rockai2014-02-15
|
* nixos: Try harder to get LVM-hosted filesystems up in stage1.Petr Rockai2014-02-15
|
* Merge pull request #1739 from ttonelli/masterDomen Kožar2014-02-15
|\ | | | | Improvements to RedShift service
| * adding wantedBy graphical.targetThiago Tonelli Bartolomei2014-02-14
| |
| * - adding brightness optionsThiago Tonelli Bartolomei2014-02-13
| | | | | | | | | | - setting options to be uniq - using proper systemd exec service
* | virtualbox-image.nix: initialRootPassword setting should be easily overrideableShea Levy2014-02-14
| |
* | Revert "Add nixosSubmodule option type"Shea Levy2014-02-13
| | | | | | | | | | | | Moving recent types work to a separate branch for now This reverts commit ca1c5cfa8fff055c74786dbe0d2ca889ae462365.
* | Revert "Add heterogeneousAttrsOf option type"Shea Levy2014-02-13
| | | | | | | | | | | | Moving recent types work to a separate branch for now This reverts commit 3f70dabad320b115d586a59db8cca05c7f3b7c75.
* | networkmanager module: No need to start ModemManager explicitly, done by NMRickard Nilsson2014-02-13
|/
* nginx: add appendConfig option with types.linesDomen Kožar2014-02-12
|
* Merge pull request #1730 from pSub/logcheck-uidDomen Kožar2014-02-12
|\ | | | | nixos: add uid for logcheck and only create a user for the default user
| * nixos: add uid for logcheck and only create a user for the default userPascal Wittmann2014-02-11
| |
* | Reenable efi testsShea Levy2014-02-12
| |
* | NetworkManager: Fix aliases and dependenciesOliver Charles2014-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | There are two fixes in this commit. Firstly, I am creating proper symlinks for the Alias= definitions in the .service files. This achieves the same result as `systemctl enable`, and I think is preferred over `mv`. Secondly, `networkmanager-init` now wants `NetworkManager.service`, along with `ModemManager.service`. ModemManager does not depend on NetworkManager (according to `systemctl list-dependencies ModemManager`), thus NetworkManager never got started on boot.
* | Add heterogeneousAttrsOf option typeShea Levy2014-02-11
| | | | | | | | | | | | It is parameterized by a function that takes a name and evaluates to the option type for the attribute of that name. Together with submoduleWithExtraArgs, this subsumes nixosSubmodule.
* | Add nixosSubmodule option typeShea Levy2014-02-11
| | | | | | | | Since NixOS modules expect special arguments, use a hack to provide them
* | Remove /etc/ca-bundle.crtEelco Dolstra2014-02-11
|/ | | | Applications should use /etc/ssl/certs/ca-bundle.crt instead.
* Add all AWS regions to EBS AMI creation script.Rob Vermaas2014-02-11
|
* Add a keys group with read access to /run/keysShea Levy2014-02-11
| | | | This allows processes running as unprivileged users access to keys they might need
* Add some packages needed by some generic HP PCL driversMichael Raskin2014-02-11
|
* Add an option to change vsftpd anonymos write umask.Michael Raskin2014-02-11
|
* user-groups: Sidestep all password escaping issuesShea Levy2014-02-10
| | | | Now passwords are written to a file first
* Properly escape passwords sent to chpasswdThomas Tuegel2014-02-10
| | | | | | | | | The mutableUsers feature uses `chpasswd` to set users passwords. Passwords and their hashes were being piped into the program using double quotes ("") to escape. This causes any `$` characters to be expanded as shell variables. This is a serious problem because all the password hash methods besides DES use multiple `$` in the hashes. Single quotes ('') should be used instead to prevent shell variable expansion.
* mediawiki: Fix some references to /bin/bashShea Levy2014-02-10
|
* mediawiki: Run update script after initializing the databaseShea Levy2014-02-10
|