summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/dnschain: disable DNSSEC for namecoin TLDsrnhmjoj2019-08-27
|
* nixos/pdns-recursor: implement a `settings` option (#67251)Silvan Mosberger2019-08-27
|\ | | | | nixos/pdns-recursor: implement a `settings` option
| * nixos/doc: mention extraConfig -> settings change in pdns-recursorrnhmjoj2019-08-26
| |
| * nixos/pdns-recursor: add luaConfig optionrnhmjoj2019-08-26
| |
| * nixos/pdns-recursor: implement a `settings` optionrnhmjoj2019-08-26
| |
* | Merge pull request #66984 from flokli/systemd-cgroup-accountingFlorian Klink2019-08-27
|\ \ | | | | | | nixos/systemd: enable systemd cgroup accounting by default
| * | nixos/systemd: add cgroup accounting testFlorian Klink2019-08-25
| | |
| * | nixos/systemd: enable cgroup accounting by defaultFlorian Klink2019-08-25
| | | | | | | | | | | | | | | | | | | | | If this is the default for OpenShift already, we probably can enable it as well. see https://github.com/openshift/machine-config-operator/pull/581
| * | nixos/systemd: add new Default{BlockIO,IP}Accounting settingsFlorian Klink2019-08-25
| | |
| * | nixos/systemd: honor default enableCgroupAccounting settingsFlorian Klink2019-08-25
| | | | | | | | | | | | | | | systemd defaults DefaultMemoryAccounting and DefaultTasksAccounting to yes, so no need to enable explicitly
* | | Merge pull request #63634 from aanderse/moodleAaron Andersen2019-08-26
|\ \ \ | | | | | | | | moodle: init at 3.7.1
| * | | nixos/moodle: init serviceAaron Andersen2019-08-25
| | | |
* | | | Merge pull request #67476 from matthewbauer/fix-66745Matthew Bauer2019-08-26
|\ \ \ \ | |_|_|/ |/| | | nixos/update-users-groups.pl: chomp hashedPassword
| * | | nixos/update-users-groups.pl: chomp hashedPasswordMatthew Bauer2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don’t want any trailing whitespace, otherwise we mess up the formating of the shadow file. Some things like readFile may have the trailing new line. Fixes #66745
* | | | mailman: reserve uid & gid in NixOSPeter Simons2019-08-26
| | | |
* | | | nixos darkhttpd: module to enable darkhttpdPeter Hoeg2019-08-26
| | | |
* | | | Merge pull request #67466 from worldofpeace/gnome3-defaults-cleanupworldofpeace2019-08-26
|\ \ \ \ | | | | | | | | | | nixos/gnome3: split up
| * | | | nixos/gnome3: split out gnome-flashbackworldofpeace2019-08-26
| | | | |
| * | | | nixos/gnome3: split upworldofpeace2019-08-26
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the following options under the services.gnome3 namespace: * core-os-services.enable * core-shell.enable * core-utilities.enable * games.enable The first three are all default enabled by gnome3.enable and their purpose is to make gnome3 more flexable for users usecases. In the case of core-utilities and games, it allows users to easily switch on the default gnome3 applications and games packages. Previously we had lists in gnome-3/default.nix but they weren't visible to the user. By having options we have generated documentation and an interface.
* | | | Merge pull request #62974 from peterhoeg/f/zmtriggerPeter Hoeg2019-08-26
|\ \ \ \ | |_|/ / |/| | | zoneminder: add perlPackages.DeviceSerialPort for zmtrigger.pl
| * | | nixos/zoneminder: open telnet port for remote adminPeter Hoeg2019-08-26
| | | |
* | | | nixos/unifi: restarting on failure (#67456)Marek Mahut2019-08-25
| |_|/ |/| |
* | | Merge pull request #67449 from mmahut/jormungandrMarek Mahut2019-08-25
|\ \ \ | |/ / |/| | nixos/jormungandr: adding genesis tests
| * | nixos/jormungandr: adding genesis testsMarek Mahut2019-08-25
| | |
| * | nixos/jormungandr: changing the port to match upstreamMarek Mahut2019-08-25
| | |
* | | Merge pull request #67444 from dasJ/fix-memcached-privateusersMarek Mahut2019-08-25
|\ \ \ | | | | | | | | nixos/memcached: Remove PrivateUsers
| * | | nixos/memcached: Remove PrivateUsersJanne Heß2019-08-25
| | | | | | | | | | | | | | | | | | | | | | | | Seems to break systems using the hardened profile. Ref #62936 cc @Izorkin
* | | | Merge pull request #67393 from c0deaddict/feature/transmission-user-configurableAaron Andersen2019-08-25
|\ \ \ \ | |/ / / |/| | | nixos/transmission: make user configurable
| * | | nixos/transmission: make user configurableJos van Bakel2019-08-25
| | | |
* | | | Merge pull request #67391 from avnik/drop-rmilterMarek Mahut2019-08-25
|\ \ \ \ | |_|_|/ |/| | | rmilter: remove deprecated package (and module)
| * | | rmilter: remove deprecated package (and module)Alexander V. Nikolaev2019-08-24
| | | |
* | | | Merge pull request #67407 from jtojnar/gnome-bgworldofpeace2019-08-24
|\ \ \ \ | | | | | | | | | | nixos/gnome3: fix default background setting
| * | | | nixos/gnome3: fix default background settingJan Tojnar2019-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following error when opening Background panel in GNOME Settings: URI '/nix/store/…-simple-dark-gray-2016-02-19/share/artwork/gnome/nix-wallpaper-simple-dark-gray.png' is invalid
* | | | | Merge pull request #67409 from duhirsch/module/gpg/addToSystemPackagesMarek Mahut2019-08-24
|\ \ \ \ \ | | | | | | | | | | | | nixos/gnupg: Add gpg to systemPackages
| * | | | | nixos/gnupg: Add gpg to systemPackagesDaniel Hirschberger2019-08-24
| | | | | |
* | | | | | Merge pull request #67358 from jtojnar/ofono-progressJan Tojnar2019-08-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixos/ofono: various improvements
| * | | | | nixos/ofono: allow adding 3rd party plug-insJan Tojnar2019-08-23
| | | | | |
| * | | | | nixos/ofono: add moduleJan Tojnar2019-08-23
| | | | | |
* | | | | | Merge pull request #67389 from jtojnar/xdg-user-dirsJan Tojnar2019-08-24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Allow changing xdg-user-dirs with environment.etc
| * | | | | nixos/environment: prepend /etc/xdg to XDG_CONFIG_DIRSJan Tojnar2019-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we were only adding profile-relative paths to XDG_CONFIG_DIRS variable. That required very ugly hacks like https://github.com/NixOS/nixpkgs/issues/33282#issuecomment-524550842 to be able to configure XDG stuff. Now, we are prepending the variable with /etc/xdg, allowing us to simply use `environment.etc."xdg/…"` options.
* | | | | | Merge pull request #67351 from worldofpeace/fix-vte-prompt-commandworldofpeace2019-08-24
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | nixos/vte: ensure bash vte snippet appears first
| * | | | | nixos/vte: ensure bash vte snippet appears firstworldofpeace2019-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #67312
* | | | | | Merge pull request #31064 from disassembler/release-manager-docsSamuel Leathers2019-08-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos docs: add release manager section
| * | | | | | nixos docs: add release manager sectionSamuel Leathers2019-08-23
| | | | | | |
* | | | | | | Merge pull request #65706 from aanderse/phpfpmAaron Andersen2019-08-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/phpfpm: module cleanup
| * | | | | | | nixos/phpfpm: deprecate extraConfig options in favor of settings optionsAaron Andersen2019-08-23
| | | | | | | |
| * | | | | | | nixos/phpfpm: Use systemd's RuntimeDirectoryAaron Andersen2019-08-23
| | | | | | | |
| * | | | | | | nixos/phpfpm: add user and group option to each poolAaron Andersen2019-08-23
| | | | | | | |
| * | | | | | | nixos/phpfpm: add socket option to replace the listen optionAaron Andersen2019-08-23
| | | | | | | |
| * | | | | | | nixos/phpfpm: merge pool-options.nix into default.nixAaron Andersen2019-08-23
| | | | | | | |