summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #29441 from oxij/nixos/luksSamuel Dionne-Riel2018-08-08
|\ | | | | nixos: initrd/luks: allow to reuse passphrases, cleanup
| * doc: document luksroot.nix changes in release notesJan Malakhovski2018-08-08
| |
| * nixos: initrd/luks: disable input echo for the whole stageJan Malakhovski2018-08-08
| |
| * nixos: initrd/luks: simplify Yubikey handling codeJan Malakhovski2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | From reading the source I'm pretty sure it doesn't support multiple Yubikeys, hence those options are useless. Also, I'm pretty sure nobody actually uses this feature, because enabling it causes extra utils' checks to fail (even before applying any patches of this branch). As I don't have the hardware to test this, I'm too lazy to fix the utils, but I did test that with extra utils checks commented out and Yubikey enabled the resulting script still passes the syntax check.
| * nixos: initrd/luks: change passphrases handlingJan Malakhovski2018-08-08
| | | | | | | | | | | | | | | | | | | | | | Also reuse common cryptsetup invocation subexpressions. - Passphrase reading is done via the shell now, not by cryptsetup. This way the same passphrase can be reused between cryptsetup invocations, which this module now tries to do by default (can be disabled). - Number of retries is now infinity, it makes no sense to make users reboot when they fail to type in their passphrase.
| * nixos: initrd/luks: cleanup and generalize common shell expressionsJan Malakhovski2018-08-08
| | | | | | | | Also fix Yubikey timeout handling mess.
| * nixos: boot/stage-1: check syntax of the generated scriptJan Malakhovski2018-08-08
| |
* | Merge pull request #42469 from ghuntley/patch-4Silvan Mosberger2018-08-08
|\ \ | | | | | | zerotier: added option to customise the port used
| * | nixos/zerotier: added option to customise the port usedGeoffrey Huntley2018-08-09
| | |
* | | systemd: improve unit script drv namingLinus Heckemann2018-08-08
| | | | | | | | | | | | | | | Also store scripts directly in the nix store rather than having the superfluous /bin/ tree.
* | | Merge pull request #39792 from Moredread/fwupdJan Tojnar2018-08-08
|\ \ \ | |_|/ |/| | WIP fwupd: 1.0.5 -> 1.1.0
| * | fwupd: 1.0.5 -> 1.1.0André-Patrick Bubel2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | We override the ESP mount point in the config file /etc/fwupd/uefi.conf (available since version 1.0.6), as it is set to a path in the nix store during build time. Tests are disabled as it needs /etc/os-release, which is not available when building with sandboxing enabled.
* | | nixos/cloud-init: order after network-online.target (#44633)Vincent Bernat2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some modules of cloud-init can cope with a network not immediately available (notably, the EC2 module), but some others won't retry if network is not available (notably, the Cloudstack module). network.target doesn't give much guarantee about the network availability. Applications not able to start without a fully configured network should be ordered after network-online.target. Also see #44573 and #44524.
* | | luksroot: Add missing quote (#44639)Edmund Wu2018-08-07
| | |
* | | nixos/luksroot: Support keyfile offsetsJanne Heß2018-08-07
| | |
* | | cassandra: rewrote service from scratchThomas Bach2018-08-07
| | | | | | | | | | | | | | | Adds a replacement for the previously broken `services.database.cassandra` with tests for a multi-node setup.
* | | set initialHashedPassword in installation-device.nixBob van der Linden2018-08-07
| | |
* | | Merge pull request #44544 from bkchr/plasma_activation_script_use_absolute_pathadisbladis2018-08-07
|\ \ \ | | | | | | | | services.plasma5: Make activationscript use absolute path to
| * | | services.plasma5: Make activationscript use absolute path toBastian Köcher2018-08-06
| | | | | | | | | | | | | | | | `kbuildsyscoca5`
* | | | nixos/release.nix: add docker-registry testRobin Gloster2018-08-06
| | | |
* | | | docker-registry: Revert "[bot]: remove unreferenced code"Robin Gloster2018-08-06
|/ / / | | | | | | | | | | | | | | | | | | | | | This code was referenced. This reverts commit 87f5930c3fb2c852f5243278b7a9da8e117d95e4. cc @volth
* | | Merge pull request #44058 from borisbabic/feature/choose-trackpoint-deviceSilvan Mosberger2018-08-06
|\ \ \ | | | | | | | | trackpoint: Make the device name configurable
| * | | trackpoint: Make the device name configurableBoris Babic2018-08-06
| |/ /
* | | nixos/disnix: undo dysnomia rename to fix disnix and retain compatibility ↵Sander van der Burg2018-08-06
| | | | | | | | | | | | with previous release
* | | Merge pull request #44108 from bennofs/gen-config-extlinuxSilvan Mosberger2018-08-05
|\ \ \ | | | | | | | | nixos-generate-config: detect extlinux bootloader
| * | | nixos-generate-config: detect extlinux bootloaderBenno Fünfstück2018-07-25
| | | |
* | | | nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Revert "nixos/manual: add release note entry for FoundationDB"Austin Seipp2018-08-05
| | | | | | | | | | | | | | | | This reverts commit be1124a5377e0fa328d2b1a20ecf5f935037d8f6.
* | | | nixos/manual: add release note entry for FoundationDBAustin Seipp2018-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | nixos/manual: wordsmithing on fdb chapterAustin Seipp2018-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | simp_le: use python3Packages (#44476)Robert Schütz2018-08-05
| | | |
* | | | netdata: 1.9.0 -> 1.10.0 (#44472)Jesper2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The web_access.patch would no longer apply. It disabled a check that required the static files for the web UI to be owned by the user the daemon runs as (not root, so it doesn't work well with nix). Besides updating netdata, this commit removes that patch, changes the netdata service config to set the "web files owner/group" option to "root" and adds a test that checks that the web UI is being served. This allows the web files to be owned by root without patching.
* | | | nixos/foundationdb: show an example python script in the documentationAustin Seipp2018-08-04
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | foundationdb: install python bindingsAustin Seipp2018-08-04
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #42877 from Infinisil/systemd-boot/consoleModeSilvan Mosberger2018-08-04
|\ \ \ \ | | | | | | | | | | nixos/systemd-boot: Add consoleMode option
| * | | | nixos/systemd-boot: Add consoleMode optionSilvan Mosberger2018-07-02
| | | | |
* | | | | graphite: make systemd create /run directory for us (#44392)Bas van Dijk2018-08-04
| | | | |
* | | | | Merge pull request #43421 from rembo10/lightdm-gtk-greeterxeji2018-08-04
|\ \ \ \ \ | | | | | | | | | | | | nixos/lightdm-gtk-greeter: svg icon support
| * | | | | nixos/lightdm-gtk-greeter: svg icon supportrembo102018-07-12
| | | | | |
* | | | | | nixos/doc: added MATE to list of desktop managers in manual (#44442)smithtim2018-08-04
| | | | | |
* | | | | | Revert "nixos/disnix: fix broken service because of rename"Daiderd Jordan2018-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broke evaluation of the nixos options. The option `services.dysnomia' defined in `.../nixos/modules/rename.nix' does not exist. This reverts commit 5c897b4effc4f51b2d6aa5dba158a839b179d964.
* | | | | | nixos/disnix: fix broken service because of renameSander van der Burg2018-08-03
| | | | | |
* | | | | | Merge pull request #43934 from jfrankenau/mpd-smbxeji2018-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | mpd: add nfs and smb support
| * | | | | | nixos/mpd: allow storage plugins in musicDirectoryJohannes Frankenau2018-08-03
| | | | | | |
* | | | | | | nixos/meguca: Various fixesOkina Matara2018-08-03
| | | | | | |
* | | | | | | nixos/hydron: Various fixes, create db_conf.json and link to itOkina Matara2018-08-03
| | | | | | |
* | | | | | | Merge pull request #43610 from jfrankenau/fix-pulse-module-x11-publishSilvan Mosberger2018-08-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/display-managers: fix loading of module-x11-publish
| * | | | | | | nixos/display-managers: fix loading of module-x11-publishJohannes Frankenau2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | module-x11-publish is only provided by the pulseaudioFull package.
* | | | | | | | Merge pull request #44127 from johanot/nixos-cfsslSilvan Mosberger2018-08-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/cfssl: Add new module for cfssl
| * | | | | | | | nixos/cfssl: initJohan Thomsen2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on module originally written by @srhb - complies with available options in cfssl v1.3.2 - uid and gid 299 reserved in ids.nix - added simple nixos test case