about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2017-11-19Revert "gdm: don't start getty@tty1 if enabled"Pierre Chevalier1-2/+0
This commit isn't needed anymore since we now run gdm on tty7. This reverts commit 440178d729efbc279a70c93495b6212db029f180.
2017-11-19nixos/release: include mutableUsers test to release tests.Gleb Peregud2-0/+2
2017-11-19nixos/tests: Add a test for config.users.mutableUsers.Gleb Peregud1-0/+39
It's in preparation to add an assertion for #4990.
2017-11-19nixos/tests: add couchdb testFranz Pletz2-0/+57
2017-11-19nixos/testing: fix after --set ceased to evaluate the valueOrivej Desh1-2/+1
2017-11-19nixos/matrix-synapse: make home directory configurableRuben Maher1-9/+17
2017-11-18nixos/ssh: Update 18.03 release notesjeaye1-0/+23
Since ssh-dss is no longer supported by default, users relying on those keys for their login may be locked out. They should ideally use stronger keys, but adding the support for ssh-dss back in can also be done through extraConfig.
2017-11-18nixos/zsh: add the type for enableAutosuggestions optionPierre Chevalier1-1/+1
Simply a small inconsistency I picked up when reading that file. fixes #31795
2017-11-18U-Boot: 2017.03 -> 2017.11Tuomas Tynkkynen1-11/+1
Also move patches from sd-image-aarch64.nix, they might be useful for the older raspberries as well.
2017-11-18Merge pull request #31378 from michaelpj/imp/plymouth-nixos-brandingOrivej Desh1-1/+6
breeze-plymouth: add optional nixos branding, enable for plasma5
2017-11-18plasma5: enable NixOS branding in plymouth themeMichael Peyton Jones1-1/+6
2017-11-17nixos/services.fwupd: initJan Tojnar2-0/+77
2017-11-17nixos/pam: fix docs about path to u2f_keys fileBjørn Forsman1-1/+1
Looking at upstream git repo (git://github.com/Yubico/pam-u2f.git) the docs initially said the path was ~/.yubico/u2f_keys, but it was later changed to ~/.config/Yubico/u2f_keys (in 2015). I have run pam_u2f.so with "debug" option and observed that the correct path indeed is ~/.config/Yubico/u2f_keys.
2017-11-17nixos/tests/acme: update terms of service to fix testFranz Pletz1-2/+2
2017-11-17nixos/prometheus: Correct documentation for external_labelsOliver Charles1-1/+1
As description is literal XML, I need to escape < and > by hand.
2017-11-17nixos/prometheus: add external_labels optionOliver Charles1-0/+10
2017-11-17nixos/prometheus: add scrape_configs.honor_labelsOliver Charles1-0/+23
2017-11-16nixos/ssh: Harden config defaultsjeaye1-0/+15
2017-11-16nixos/ssh: Remove support for old host keysjeaye1-13/+0
2017-11-17Merge pull request #31753 from mbld/show-ipOrivej Desh1-0/+6
nixos-container: Make show-ip work together with ipv4 + netmask
2017-11-16Merge pull request #31618 from adisbladis/zfs-testsOrivej Desh1-0/+85
Add basic ZFS tests
2017-11-16nixos-container: Modify existing test to cover show-ip commandMartin Bornhold1-0/+6
Modified the existing test to check that the 'nixos-container show-ip' command can handle ipv4 addresses with submask in CIDR notation.
2017-11-16nixos/nghttpx: add module for the nghttpx proxy server (#31680)Parnell Springmeyer11-0/+642
* nghttpx: Add a new NixOS module for the nghttpx proxy server This change also adds a global `uid` and `gid` for a `nghttpx` user and group as well as an integration test. * nixos/nghttpx: fix building manual
2017-11-16Merge pull request #31641 from danbst/patch-13Franz Pletz1-2/+7
mysql module: fix flaky check
2017-11-15Merge pull request #31268 from Ma27/x11-defaultsTim Steinbach4-4/+28
services.xserver: fix defaults of X11
2017-11-15Merge pull request #31504 from benley/fontconfig-localconfThomas Tuegel1-0/+8
fonts: fix fontconfig.localConf when used with penultimate
2017-11-15gnome3.gnome-online-miners: add missing dleyna dependencyJan Tojnar1-0/+1
2017-11-15dleyna-server: init at 0.6.0Jan Tojnar2-0/+29
2017-11-15gnome3.gnome-photos: add missing dleyna depenencyJan Tojnar1-0/+1
2017-11-15dleyna-renderer: init at 0.6.0Jan Tojnar2-0/+29
2017-11-14nixos-option: don't eval descriptionMaximilian Bosch1-1/+1
see https://github.com/NixOS/nixpkgs/pull/31630#issuecomment-344073438
2017-11-14dovecot: fix config if mailboxes == []Robin Gloster1-2/+2
2017-11-14Merge pull request #31616 from jerith666/smartd-catFranz Pletz1-3/+3
smartd: fix 'cat: command not found' error
2017-11-14Merge pull request #31477 from andir/fix-babeld-configFranz Pletz1-3/+5
Fix babeld config
2017-11-14Merge pull request #31545 from rnhmjoj/wirelessFranz Pletz1-2/+12
docs: document networking.wireless changes
2017-11-14nixos installer tests: Add UEFI Grub testTuomas Tynkkynen1-10/+41
Fixed merge conflict. Closes #22923.
2017-11-14Add basic ZFS testsadisbladis1-0/+85
2017-11-14tests/boot-stage1: Fix build of kcanary moduleaszlig1-0/+5
In bfe9c928c18583d3adfb5978a55b48c392649ef5 the default kernel has been updated to version 4.14 and the declarations for allow_signal() and signal_pending() are no longer exposed via kthread.h, so let's actually use the right header files. I've added a condition for kernel 4.10 and upwards to include the linux/sched/signal.h header file, because that got introduced in version 4.10. Even if the declaration would still reside in kthread.h (I haven't checked) for version 4.10 it won't hurt and the compilation will still succeed. Tested against kernel 4.9 and 4.14 and the build now succeeds. Signed-off-by: aszlig <aszlig@nix.build>
2017-11-14mysql module: fix flaky checkDanylo Hlynskyi1-2/+7
Comparing packages via equality will lead to different results when package and module are from different `nixpkgs` checkouts. Also, because MariaDB is actually supported, added a note to option description to make this knowledge more discover-able.
2017-11-13Merge pull request #31630 from Ma27/fix-postgres-quotingGraham Christensen1-1/+1
services.postgres: fix quoting in the description of `superUser`
2017-11-13services.postgres: fix quoting in the description of `superUser`Maximilian Bosch1-1/+1
`nixos-option` evals the description and the '`' is used to define shell commands. Due to this, the following error appears: ``` $ nixos-option services.postgresql.superUser Value: "root" Default: "root" Description: /run/current-system/sw/bin/nixos-option: line 294: root: command not found /run/current-system/sw/bin/nixos-option: line 294: postgres: command not found NixOS traditionally used as superuser, most other distros use . From 17.09 we also try to follow this standard. Internal since changing this value would lead to breakage while setting up databases. ```
2017-11-13Merge pull request #31526 from srhb/fix-php-external-pcreOrivej Desh4-0/+47
php: Fix php pcre by using external lib
2017-11-13fractalart service: init, Generate wallpapers (#23231)Tom Smeets2-0/+37
* Add a service for generating wallpapers This service will generate a new wallpaper using the "FractalArt" haskell package.
2017-11-13smartd: fix 'cat: command not found' errorMatt McHenry1-3/+3
2017-11-13make-disk-image: fix evalOrivej Desh1-1/+1
2017-11-12Merge pull request #31532 from romildo/upd.enlightenmentSamuel Leathers1-1/+1
enlightenment: 0.21.10 -> 0.22.0
2017-11-13enlightenment: 0.21.10 -> 0.22.0José Romildo Malaquias1-1/+1
- Update to version 0.22.0 - Switch build tools from autotools to meson - Change handling of setuid programs
2017-11-12make-disk-image: embed compression switch into the format nameOrivej Desh1-6/+6
2017-11-12make-disk-image: add compressed option to compress qcow2 imagesOrivej Desh1-1/+6
2017-11-12make-disk-image: clean upOrivej Desh1-7/+6