summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Add some primops to libEelco Dolstra2013-11-12
|
* Merge pull request #1196 from bjornfor/capitalize-service-descriptionsDomen Kožar2013-11-12
|\ | | | | nixos: capitalize a bunch of service descriptions
| * nixos: capitalize a bunch of service descriptionsBjørn Forsman2013-11-09
| | | | | | | | | | | | | | | | | | | | | | | | (systemd service descriptions that is, not service descriptions in "man configuration.nix".) Capitalizing each word in the description seems to be the accepted standard. Also shorten these descriptions: * "Munin node, the agent process" => "Munin Node" * "Planet Venus, an awesome ‘river of news’ feed reader" => "Planet Venus Feed Reader"
* | Don't set the default channel to 13.10 when installing from masterEelco Dolstra2013-11-11
| | | | | | | | Partial revert of 619a1f561480a300ce28f0f471e73fecda85fd60.
* | nixos/libvirtd-service: fix for dnsmasq (dir perms 700 -> 755)Bjørn Forsman2013-11-10
|/ | | | | | | | | | | | | | | | Fixes this: Nov 09 16:18:54 nixos-laptop systemd[1]: Starting Libvirt Virtual Machine Management Daemon... Nov 09 16:18:54 nixos-laptop dnsmasq[15809]: read /etc/hosts - 2 addresses Nov 09 16:18:54 nixos-laptop dnsmasq[15809]: failed to load names from /var/lib/libvirt/dnsmasq/default.addnhosts: Permission denied Nov 09 16:18:54 nixos-laptop dnsmasq[15809]: cannot read /var/lib/libvirt/dnsmasq/default.hostsfile: Permission denied Nov 09 16:18:55 nixos-laptop systemd[1]: Started Libvirt Virtual Machine Management Daemon. I don't understand the reason for the original 700 permission bits. Apparently read-access is needed and Ubuntu also use 755 perms. Use "chmod" instead of "mkdir -m" to set permissions because mkdir doesn't modify permissions on existing directories.
* changes proposed for 13-10 updateVladimír Čunát2013-11-09
|\ | | | | | | One feature change: polkit update 8d14c7ba
| * polkit: major update 0.105 -> 0.112Vladimír Čunát2013-11-09
| | | | | | | | | | | | | | - It now uses JavaScript for configuration (only), so I had to "convert" config for NetworkManager. - I tested suspend/restart/(un)mount on KDE/Xfce, Phreedom tested NetworkManager config conversion.
| * Set the channel for this releaseEelco Dolstra2013-10-31
| |
* | nixos/graphite: fix storage dir for carbonJaka Hudoklin2013-11-09
| |
* | Merge pull request #1182 from offlinehacker/nixos/mongodb/userfixDomen Kožar2013-11-08
|\ \ | | | | | | nixos/mongodb: set static uid to work with #1076
| * | nixos/mongodb: set static uid to work with #1076Jaka Hudoklin2013-11-07
| | |
* | | Merge pull request #1066 from offlinehacker/nixos/logstash/updateDomen Kožar2013-11-08
|\ \ \ | | | | | | | | nixos/logstash: update and simplify to be fully compatible with new version
| * | | nixos/logstash: add testJaka Hudoklin2013-11-01
| | | |
| * | | nixos/logstash: add option examplesJaka Hudoklin2013-11-01
| | | |
| * | | nixos/logstash: update and simplify to be fully compatible with new versionJaka Hudoklin2013-11-01
| | | |
* | | | Update the X11 terminal server module for systemdEelco Dolstra2013-11-08
| | | | | | | | | | | | | | | | Yay, we no longer need inetd!
* | | | Only run systemd-inhibit for local X11 sessionsEelco Dolstra2013-11-08
| | | |
* | | | Adapt S3 ami creation script to new nixpkgs structureRob Vermaas2013-11-08
| | | |
* | | | Updating EC2 EBS HVM creation script.Rob Vermaas2013-11-08
| | | | | | | | | | | | | | | | | | | | | | | | * Use smaller instances to generate HVM images * Use HVM base image that has 4 ephemeral disks in device mapping * As grub is not on the base images anymore, install it first before copying parts of its contents
* | | | Fix test deployment in EC2 creation scriptRob Vermaas2013-11-08
| | | |
* | | | vsftpd: Disable seccomp filtering on 64-bitEelco Dolstra2013-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It worked on Linux 3.4 but fails with "500 OOPS: priv_sock_get_cmd" since we updated the default kernel to 3.10. http://hydra.nixos.org/build/6715359 https://bugzilla.redhat.com/show_bug.cgi?id=845980 https://bugzilla.novell.com/show_bug.cgi?id=786024
* | | | vsftpd: Run in the background and log to syslog (i.e. journal)Eelco Dolstra2013-11-07
| | | |
* | | | Clean up the vsftpd module a bitEelco Dolstra2013-11-07
| | | |
* | | | Drop the new-kernel ISOsEelco Dolstra2013-11-07
| | | |
* | | | Use default kernel for EFI-related stuffEelco Dolstra2013-11-07
| | | |
* | | | Manual: Port forwarding to VMsEelco Dolstra2013-11-07
| | | |
* | | | Merge pull request #1172 from zefhemel/patch-1Domen Kožar2013-11-07
|\ \ \ \ | | | | | | | | | | Removed unnecessary mkIf in elasticserach
| * | | | Removed unnecessary mkIfZef Hemel2013-11-05
| | | | | | | | | | | | | | | The whole block is already wrapped in cfg.enable and this breaks some things.
* | | | | Merge pull request #1167 from grwlf/serverflagsMichael Raskin2013-11-07
|\ \ \ \ \ | | | | | | | | | | | | Add serverFlagsSection option to the xserver config
| * | | | | Add serverFlagsSection parameter to the xserver configSergey Mironov2013-11-04
| | | | | |
* | | | | | Merge pull request #1099 from offlinehacker/nixos/nginx/package_change_supportMichael Raskin2013-11-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/nginx: allow to specify which package to use
| * | | | | | nixos/nginx: allow to specify which package to useJaka Hudoklin2013-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables to override which plugins to include with nginx by allowing to change nginx package. I also removed webdav option in nginx nixos module, because you can now specify this by overriding nginx package.
* | | | | | | Merge pull request #1164 from kirelagin/masterMichael Raskin2013-11-07
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Make touchpad button mapping configurable
| * | | | | | Make touchpad button mapping configurableKirill Elagin2013-11-03
| | | | | | |
* | | | | | | Updated Disnix service definition to support new development version and ↵Sander van der Burg2013-11-07
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | mongo databases
* | | | | | gurobi: RemoveEelco Dolstra2013-11-05
| | | | | | | | | | | | | | | | | | | | | | | | It's proprietary, non-redistributable software.
* | | | | | Allow packages to be marked as "broken" by setting meta.brokenEelco Dolstra2013-11-04
| | | | | | | | | | | | | | | | | | | | | | | | The effect is that they won't show up in "nix-env -qa" anymore.
* | | | | | Remove desktopManager.gnomeDomen Kožar2013-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome doesn't work at least since I started using NixOS half a year ago, let's not give wrong impressions to newcomers. Packaging gnome3 is still something on horizon.
* | | | | | Merge pull request #1168 from grwlf/nixos-gnu-screenPeter Simons2013-11-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add GNU Screen program module
| * | | | | | Add GNU Screen program moduleSergey Mironov2013-11-04
| | |_|/ / / | |/| | | |
* | | | | | fcron: Fix error when cron.mailto is null.Moritz Ulrich2013-11-04
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
* | | | | venus.nix: Fix broken startAt optionEelco Dolstra2013-11-02
| |_|/ / |/| | |
* | | | Include the NixOS version in the manualEelco Dolstra2013-11-01
| | | | | | | | | | | | | | | | | | | | In particular, this will make it clear what version of the manual is shown at http://nixos.org/nixos/manual/.
* | | | Fold efi booting into the default livecdShea Levy2013-11-01
| | | | | | | | | | | | | | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* | | | Print a reminder to users to set or disable the root passwordEelco Dolstra2013-11-01
| | | |
* | | | Don't set an initial null root password for Amazon / VirtualBox imagesEelco Dolstra2013-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A null password allows logging into local PAM services such as "login" (agetty) and KDM. That's not actually a security problem for EC2 machines, since they do not have "local" logins; for VirtualBox machines, if you local access, you can do anything anyway. But it's better to be on the safe side and disable password-based logins for root.
* | | | Next release will be 14.02 BaboonRob Vermaas2013-11-01
| | | |
* | | | Mark the value for nixpkgs.system as a defaultEelco Dolstra2013-11-01
| | | |
* | | | Loosen the type of SSH key filesEelco Dolstra2013-11-01
| |_|/ |/| |
* | | Manual: Expand the Development chapterEelco Dolstra2013-10-31
| | |