summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* clamav: improvementsJC Brand2015-12-13
| | | | | | | - Add new service for `clamd`, the ClamAV daemon. - Replace the old upstart "jobs" section with systemd.services - Remove unnecessary config options. - Use `mkEnableOption`
* clamav: Fixed indentation.JC Brand2015-12-13
|
* Merge pull request #11662 from jgillich/patch-2Arseniy Seroka2015-12-13
|\ | | | | virt-manager: 1.2.1 -> 1.3.1
| * virt-manager: 1.2.1 -> 1.3.1Jakob Gillich2015-12-12
| |
* | Merge branch 'mayflower-feature/simp_le-service'Nikolay Amiantov2015-12-13
|\ \ | | | | | | | | | Closes #11506
| * | nixos/acme: fix timer unitNikolay Amiantov2015-12-13
| | |
| * | Merge branch 'feature/simp_le-service' of ↵Nikolay Amiantov2015-12-13
| |\ \ | | | | | | | | | | | | https://github.com/mayflower/nixpkgs into mayflower-feature/simp_le-service
| | * | nixos/acme: Add module documentationFranz Pletz2015-12-12
| | | |
| | * | nixos/acme: validMin & renewInterval aren't cert-specificFranz Pletz2015-12-12
| | | |
| | * | nixos/acme: Improve documentationFranz Pletz2015-12-12
| | | |
| | * | nixos/simp_le: Rename to security.acmeFranz Pletz2015-12-12
| | | |
| | * | nixos/simp_le: Use systemd for setting user and groupFranz Pletz2015-12-12
| | | | | | | | | | | | | | | | This is much cleaner and we don't depend on sudo.
| | * | nixos/simp_le: use /var/lib/simp_le as root dir by defaultNikolay Amiantov2015-12-12
| | | | | | | | | | | | | | | | | | | | /etc on NixOS is regenerated on boot and there was movement towards making it read-only -- so let's keep dynamic state elsewhere.
| | * | nixos/simp_le: improve configuration optionsNikolay Amiantov2015-12-12
| | | |
| | * | simp_le: 20151205 -> 20151207Nikolay Amiantov2015-12-12
| | | |
| | * | simp_le service: letsencrypt cert auto-renewalFranz Pletz2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new service invokes `simp_le` for a defined set of certs on a regular basis with a systemd timer. `simp_le` is smart enough to handle account registration, domain validation and renewal on its own. The only thing required is an existing HTTP server that serves the path `/.well-known/acme-challenge` from the webroot cert parameter. Example: services.simp_le.certs."foo.example.com" = { webroot = "/var/www/challenges"; extraDomains = [ "www.example.com" ]; email = "foo@example.com"; validMin = 2592000; renewInterval = "weekly"; }; Example Nginx vhost: services.nginx.appendConfig = '' http { server { server_name _; listen 80; listen [::]:80; location /.well-known/acme-challenge { root /var/www/challenges; } location / { return 301 https://$host$request_uri; } } } '';
* | | | Merge pull request #11652 from Profpatsch/geocluelethalman2015-12-13
|\ \ \ \ | | | | | | | | | | geoclue2: 2.1.10 -> 2.4.1
| * | | | geoclue2: 2.1.10 -> 2.4.1Profpatsch2015-12-12
| | | | |
* | | | | Merge pull request #11673 from mayflower/openssl-versioningDomen Kožar2015-12-13
|\ \ \ \ \ | |_|/ / / |/| | | | openssl -> openssl_1_0_1
| * | | | openssl -> openssl_1_0_1Robin Gloster2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the current openssl to openssl_1_0_1 and defaults openssl back to openssl_1_0_1 essentially changing nothing currently, but allowing people to explicitly select openssl_1_0_1 for some software which needs ABI compatibility to a specific libssl implementation like binaries (spotify amongst others) and at the same time overriding openssl to another implementation like libressl.
* | | | | doomseeker: cleanupNikolay Amiantov2015-12-13
| | | | |
* | | | | zandronum: unify packages, fix building, cleanupNikolay Amiantov2015-12-13
| | | | |
* | | | | fmod42416: fix upstream url, use provided MakefileNikolay Amiantov2015-12-13
| | | | |
* | | | | brasero: cleanupNikolay Amiantov2015-12-13
| | | | |
* | | | | cdrtools: 3.00 -> 3.02a03Nikolay Amiantov2015-12-13
| | | | |
* | | | | Merge pull request #11672 from jcbrand/fzf-updategoibhniu2015-12-13
|\ \ \ \ \ | |/ / / / |/| | | | fzf: 1.11.0 -> 1.11.1
| * | | | fzf: 1.11.0 -> 1.11.1JC Brand2015-12-13
|/ / / /
* | | | uritemplate.py: init at 0.3.0Pascal Wittmann2015-12-13
| | | |
* | | | Merge pull request #11665 from FRidh/tqdmgoibhniu2015-12-13
|\ \ \ \ | | | | | | | | | | python tqdm: init at 3.1.4
| * | | | python tqdm: init at 3.1.4Frederik Rietdijk2015-12-12
| | | | |
* | | | | Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"Pascal Wittmann2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a7f91d751b440c1fbe169379e63e998bc7e2b384, reversing changes made to 54e0a9b7aca6794f5ce66c28f056761961d3d7d9.
* | | | | Merge pull request #11621 from Baughn/patch-2goibhniu2015-12-13
|\ \ \ \ \ | | | | | | | | | | | | unifi:Update download location
| * | | | | unifi:Update download location; the binaries movedSvein Ove Aas2015-12-11
| | | | | |
* | | | | | Merge branch 'master' of github.com:NixOS/nixpkgsPascal Wittmann2015-12-13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #11663 from datakurre/datakurre-buildoutgoibhniu2015-12-13
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | zc.buildout-nix: 2.4.3 -> 2.5.0
| | * | | | | | zc.buildout-nix: 2.4.3 -> 2.5.0Asko Soukka2015-12-12
| | | | | | | |
| * | | | | | | Merge pull request #11656 from enolan/mastergoibhniu2015-12-13
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove Echo Nolan from maintainers
| | * | | | | | | Remove Echo Nolan from maintainersEcho Nolan2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not using Nix anymore.
| * | | | | | | | systemd: Apply VirtualBox fix for detect-virt.aszlig2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update is basically just one additional commit, which was an upstream cherry-pick pushed at NixOS/systemd#3 and it fixes systemd-detect-virt with VirtualBox so that services with ConditionVirtualization set to "oracle" will work properly. I've tested this with the "virtualbox" NixOS VM test, which was failing since the update to version 228. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | | | | nixos/test-instrumentation: Set vm.min_free_kbytesaszlig2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We hit page allocation failures a lot at random for VM tests, in case of my own Hydra when it comes to the installer tests. The reason for this is that once the memory of the VM gets heavily fragmented the kernel is unable to allocate new pages. Setting vm.min_free_kbytes to 16MB forces the kernel to keep a minimum of 16 MB free. I've done some testing accross repeated runs of the installer tests with and without vm.min_free_kbytes set. So accross 30 test runs for each settings, all of the tests with the option being set passed while 14 tests without that sysctl option triggered page allocation failures. Sure, running 30 tests is not a guarantee that 16MB is enough, but we'll see how it turns out in the long run across all VM tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | | | | | | Merge branch 'kde-applications-15.12'Thomas Tuegel2015-12-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kdeApps_15_12: 15.11.80 -> 15.11.90Thomas Tuegel2015-12-12
| | | | | | | | | |
| * | | | | | | | | dropbox: use fields from upstream's desktop itemThomas Tuegel2015-12-12
| | | | | | | | | |
| * | | | | | | | | makeDesktopItem: add StartupNotify keyThomas Tuegel2015-12-12
| |/ / / / / / / /
| * | | | | | | | Merge branch 'breeze-icons'Thomas Tuegel2015-12-12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nixos/kde5: enable SVG icons in GTK programsThomas Tuegel2015-12-12
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes #10758.
| * | | | | | | | Merge pull request #11667 from anderspapitto/sysdigMichael Raskin2015-12-12
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Sysdig
| | * | | | | | | sysdig: 0.1.102 -> 0.5.1Anders Papitto2015-12-12
| | | | | | | | |
| | * | | | | | | libb64: init at 1.2Anders Papitto2015-12-12
| |/ / / / / / /
| * | | | | | | Merge pull request #11294 from mayflower/service/shairport-syncgoibhniu2015-12-12
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | shairport-sync service: add module