summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #14366 from NixOS/gnome-3.20Luca Bruno2016-06-07
|\ | | | | gnome3.20: init at 3.20.0
| * gnome3_20: Add GNOME 3.20 package setDamien Cassou2016-06-06
| |
* | Merge pull request #15991 from womfoo/openldapArseniy Seroka2016-06-06
|\ \ | | | | | | openldap: fix example for multiple-outputs and formatting
| * | openldap: fix example for multiple-outputs and formattingKranium Gikos Mendoza2016-06-05
| | |
* | | nixos/openvpn: add support for resolvconfBenno Fünfstück2016-06-06
| |/ |/| | | | | | | | | | | The update-resolve-conf script from the update-resolv-conf package is very useful and should work in most of the common cases, so this adds an option to enable it. The option is disabled by default for backwards compatibility.
* | Merge #15639: xorg-server 1.17.4 -> 1.18.3Vladimír Čunát2016-06-05
|\ \ | | | | | | | | | ... and fglrxCompat to maintain compatibility.
| * | release notes: mention xorg-server updateVladimír Čunát2016-05-23
| | |
| * | nixos xserver: fix evdev driver with xserver 1.18Vladimír Čunát2016-05-23
| | | | | | | | | | | | | | | ... and add its man page. Now I seem to be running fine with the new server.
| * | xf86-input-evdev: split dev outputVladimír Čunát2016-05-23
| | |
| * | nixos ati_unfree: auto-switch xorg to fglrxComatVladimír Čunát2016-05-23
| | |
* | | nixos/pcscd: Improve and clean up moduleaszlig2016-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far the module only allowed for the ccid driver, but there are a lot of other PCSC driver modules out there, so let's add an option called "plugins", which boils down to a store path that links together all the paths specified. We don't need to create stuff in /var/lib/pcsc anymore, because we patched pcsclite to allow setting PCSCLITE_HP_DROPDIR. Another new option is readerConfig, which is especially useful for non-USB readers that aren't autodetected. The systemd service now is no longer Type=forking, because we're now passing the -f (foreground) option to pcscd. Tested against a YubiKey 4, SCR335 and a REINER SCT USB reader. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @wkennington
* | | nixos manual: fix syntaxNikolay Amiantov2016-06-03
| | | | | | | | | | | | It appears I've cherry-picked wrong commit without this fix.
* | | nixos manual: document Gtk and Qt themesNikolay Amiantov2016-06-03
| | |
* | | Merge pull request #15895 from cerana/stage2-sysfsShea Levy2016-06-03
|\ \ \ | | | | | | | | stage2: if no /proc, also mount /sys
| * | | stage2: if no /proc, also mount /sysNahum Shalman2016-06-01
| | | |
* | | | fix https://github.com/NixOS/nixops/issues/331Domen Kožar2016-06-03
| | | |
* | | | nixos/modules/misc/version.nix: check that .git is a directoryobadz2016-06-03
| | | | | | | | | | | | | | | | | | | | That's not the case for git submodules Fixes #15928
* | | | Explicitly specify the subsystem for /dev/vboxguestEelco Dolstra2016-06-03
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Otherwise systemd gets confused and forgets about device units after reloading. https://github.com/NixOS/nixops/issues/391 https://github.com/systemd/systemd/issues/3423
* | | fix manualDomen Kožar2016-06-01
| | |
* | | Add hydra package and its NixOS module.Domen Kožar2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was originally removed in d4d0e449d7b96704eeaa2570255fb41c85c49613. The intent was not to maintain hydra expression at two places. Nowadays we have enough devs to maintain this despite copy/pasta. This should encourage more people to use Hydra, which is a really great piece of software together with Nix. Tested a deploy using https://github.com/peti/hydra-tutorial
* | | nixos kde5: improve testJoel Moberg2016-06-01
| | | | | | | | | | | | | | | | | | IceWM is not part of KDE 5 and is now no longer part of the test. KDE 5 applications: Dolphin, System Monitor, and System Settings are started in this test.
* | | Manual: Explicitly mark commands that require to be run as root (#15589)Wilhelm Schuster2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | * manual: Mark commands that require root Mark every command that requires to be run as root by prefixing them with '#' instead of '$'. * manual: Add note about commands that require root
* | | Rename gummiboot moduleEelco Dolstra2016-06-01
| | |
* | | Rename boot.loader.gummiboot.enable -> boot.loader.systemd-boot.enableEelco Dolstra2016-06-01
| | |
* | | acme: added option `security.acme.preliminarySelfsigned` (#15562)Bob van der Linden2016-06-01
| | |
* | | Merge pull request #15793 from abbradar/unity3d-pkgNikolay Amiantov2016-06-01
|\ \ \ | | | | | | | | Unity3D package
| * | | unity3d service: initNikolay Amiantov2016-05-29
| | | |
* | | | iso-image.nix: Fix path to EFI blob after systemd-boot switchTuomas Tynkkynen2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | This evaluates, but I can't verify if it works. @edolstra
* | | | Use systemd-boot instead of gummibootEelco Dolstra2016-05-31
| |/ / |/| | | | | | | | Gummiboot is part of systemd now so we may as well use it.
* | | toxvpn: restartIfChanged = false & minor cleanupsobadz2016-05-30
| | |
* | | syncthing service: respect cfg.package (#15810)anderspapitto2016-05-30
| | |
* | | toxvpn: init at 20151111obadz2016-05-30
| | | | | | | | | | | | (Authored by @cleverca22)
* | | nixos/containers: Create an empty machine-id fileaszlig2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since systemd version 230, it is required to have a machine-id file prior to the startup of the container. If the file is empty, a transient machine ID is generated by systemd-nspawn. See systemd/systemd#3014 for more details on the matter. This unbreaks all of the containers-* NixOS tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @edolstra Closes: #15808
* | | slurm service: robust reference to slurm bin outputJoachim Fasting2016-05-28
| | |
* | | slurm service: fix typo in option descriptionJoachim Fasting2016-05-28
| | |
* | | networking config: specify resolv.conf options as list of stringsJoachim Fasting2016-05-28
| | |
* | | networking config: support setting resolv.conf optionsChristian Zagrodnick2016-05-28
|/ / | | | | | | Closes: #11372
* | Merge pull request #15596 from rnhmjoj/masterJoachim Fasting2016-05-28
|\ \ | | | | | | fish: 2.2.0 -> 2.3.0
| * | fish: 2.2.0 -> 2.3.0rnhmjoj2016-05-26
| | |
* | | diod service: Capabilities -> CapabilityBoundingSetJoachim Fasting2016-05-27
| | | | | | | | | | | | | | | | | | | | | `Capabilities` is obsolete in recent systemd and will be simply ignored. Note: this is the only service using `Capabilites`, per `git grep`.
* | | Merge pull request #15668 from joachifm/fontDir-builderDefsJoachim Fasting2016-05-27
|\ \ \ | | | | | | | | config.fonts.fontdir: use runCommand instead of builderDefs
| * | | config.fonts.fontdir: use runCommand instead of builderDefsJoachim Fasting2016-05-26
| | | | | | | | | | | | | | | | | | | | | | | | The primary motivation here is to get rid of builderDefs, but now the resulting font directory is also linked into /run/current-system/sw, which fixes #15194.
* | | | Merge branch 'staging'Vladimír Čunát2016-05-27
|\ \ \ \ | | | | | | | | | | | | | | | Includes a security update of libxml2.
| * \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-05-26
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ... to get the systemd update (rebuilding ~7k jobs).
| * \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2016-05-23
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | That's to get mesa rebuild from master, as it's nontrivial.
| * | | | | | imagemagick: split dev output to fix #9604Vladimír Čunát2016-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixup references to imagemagick.
| * | | | | | xf86-input-synaptics: split dev outputVladimír Čunát2016-05-22
| | | | | | |
| * | | | | | Merge: make dev output references explicitVladimír Čunát2016-05-22
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
| | * | | | | | treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-19
| | | | | | | |
| | * | | | | | treewide: Make explicit that 'dev' output of glib is usedTuomas Tynkkynen2016-05-19
| | | | | | | |