about summary refs log tree commit diff
path: root/nixpkgs/nixos
Commit message (Collapse)AuthorAge
* Merge commit '262b328b0bad0c4b97ed495679208e4a2eb87704'Alyssa Ross2019-09-28
|
* Merge commit 'e19054ab3cd5b7cc9a01d0efc71c8fe310541065'Alyssa Ross2019-09-16
|
* nixos/mailman: types.string -> types.strAlyssa Ross2019-09-16
|
* nixos/mailman: properly wrap the mailman-web scriptPeter Simons2019-09-16
| | | | (cherry picked from commit d0dba96e1d9365ce3a161a7feda50266fe4bcce8)
* nixos/mailman: create "mailman" executable as a proper wrapper scriptPeter Simons2019-09-16
| | | | (cherry picked from commit a7941fe21044a2c7656270111a78d9c23746611e)
* nixos/mailman: clean up our variable namesPeter Simons2019-09-16
| | | | (cherry picked from commit 1cb5cff61138cafe3ce6a4651251c16d42fca93e)
* nixos/mailman: httpd.services requires mailman-web in the systemd sensePeter Simons2019-09-16
| | | | | | | | When mailman-web restarts, it removes the generated "static" directory. This breaks a currently running httpd process, which needs a re-start, too, to obtain a new handle for the newly generated path. (cherry picked from commit 0cc37b3cfa64ffca70347566f0823010d48bbd97)
* python-mailman-web: turn these Djando configuration files into a make-shift ↵Peter Simons2019-09-16
| | | | | | | | Python library Suggested in https://github.com/NixOS/nixpkgs/pull/67951#issuecomment-530309702. (cherry picked from commit 86f8895abbfdb3ce118e0ca971f56c7f72871e29)
* nixos/mailman: add support for the Mailman Web UI (Postorius & Hyperkitty)Peter Simons2019-09-16
| | | | (cherry picked from commit 72c7ba5aba1d8dde9da8f4e7b5805edb30cbad7b)
* Merge commit '4e60699fa727e4a0f9a3e78948012f86da32cfef'Alyssa Ross2019-09-16
|
* nixos/ssh: add authorizedKeysCommand{,User} optionsAlyssa Ross2019-09-16
|
* nixos/sshd: add strictModes optionAlyssa Ross2019-09-16
|
* Merge commit '8d1510abfb592339e13ce8f6db6f29c1f8b72924'Alyssa Ross2019-09-16
|
* Merge remote-tracking branch 'channels/nixos-unstable'Alyssa Ross2019-08-22
|
* Merge commit '8746c77a383f5c76153c7a181f3616d273acfa2a'Alyssa Ross2019-08-14
|
* Merge commit '1036dc664169b32613ec11b58cc1740c7511a340'Alyssa Ross2019-08-14
|
* Merge commit 'beff2f8d75ef2c65017fb25e251337c6bb2e950d'Alyssa Ross2019-08-14
| | | | v# modified: nixpkgs/pkgs/tools/networking/dhcpcd/default.nix
* Merge commit '83ba5afcc9682b52b39a9a958f730b966cc369c5'Alyssa Ross2019-06-19
|
* Merge commit 'a1dd419c1ffacea87eba066a2bb332e03cb68f66'Alyssa Ross2019-06-18
|
* Merge commit '98e3b90b6c8f400ae5438ef868eb992a64b75ce5'Alyssa Ross2019-06-18
|
* Merge commit '650a295621b27c4ebe0fa64a63fd25323e64deb3'Alyssa Ross2019-05-24
|
* Merge commit 'bc9df0f66110039e495b6debe3a6cda4a1bb0fed'Alyssa Ross2019-05-17
|
* Merge commit '2ec5e9595becf05b052ce4c61a05d87ce95d19af'Alyssa Ross2019-05-07
|
* Merge commit 'dfd8f84aef129f1978e446b5d45ef05cd4421821'Alyssa Ross2019-04-27
|
* Merge commit 'd26027792812fbfad4d0f451b5f47fdabf7fdeb9'Alyssa Ross2019-04-22
|
* modules/dictd: make dict use local serverAlyssa Ross2019-04-14
| | | | | Seems silly to install this for use with the local server, but to not configure it to use the local server.
* Merge commit '0c0954781e257b8b0dc49341795a2fe7d96945a3'Alyssa Ross2019-04-14
|
* Merge commit '373488e6f4c3dc3bb51cabcb959e4a70eb5d7b2c'Alyssa Ross2019-04-13
|
* Merge commit 'da1a2b1eeafa66b4419b4f275396d8a731eccb61'Alyssa Ross2019-03-16
|
* Merge commit '5d3fd3674a66c5b1ada63e2eace140519849c967'Alyssa Ross2019-03-11
|
* Revert "Merge pull request #54980 from danbst/etc-relative"Will Dietz2019-02-26
| | | | | | | This reverts commit 0b91fa43e40c121ff4682256aa46a425c984da6c, reversing changes made to 183919a0c072061b98ebe9fca2e899ade871ff1c. (cherry picked from commit c24725d003ee8f981cad07161d06e574adba008b)
* Merge commit '1233c8d9e9bc463899ed6a8cf0232e6bf36475ee'Alyssa Ross2019-02-26
|
* nixos/evscript: ensure uinput is loadedAlyssa Ross2019-02-25
|
* nixos/agetty: add services.mingetty.loginOptionsAlyssa Ross2019-02-25
| | | | | My use case here is setting it to "-- \u" (no extra options), so that I can use autologinUser without it skipping the password prompt.
* Merge commit '969cff2691a02b3d7e5468beda26c482d8986644'Alyssa Ross2019-02-24
|
* Merge commit '36f316007494c388df1fec434c1e658542e3c3cc'Alyssa Ross2019-02-18
|
* nixos/evscript: initAlyssa Ross2019-02-18
|
* Merge commit '929cc78363e6878e044556bd291382eab37bcbed'Alyssa Ross2019-02-10
|
* nixos/users: create accessible parent dirs of homeAlyssa Ross2019-02-10
| | | | | | | | | | | | If the parent(s) of a home directory being created did not exist, they would be created 0700, like the home directory itself. However, because these directories would be owned by root, they would be inaccessible to the user whose home directory was being created, which in turn would make their own home directory inaccessible. With this change, any _new_ directories created by createHome will be world-readable. This won't affect any existing data, since permissions passed to make_path only affect new directories.
* Merge commit '2d2f10475138b7206572dc3ec288184df2be022e'Alyssa Ross2019-02-07
|
* Add 'nixpkgs/' from commit 'abf060725d7614bd3b9f96764262dfbc2f9c2199'Alyssa Ross2019-01-07
git-subtree-dir: nixpkgs git-subtree-mainline: 4e31070265257dc67d120c27e0f75c2344fdfa9a git-subtree-split: abf060725d7614bd3b9f96764262dfbc2f9c2199