about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2017-10-29Merge pull request #30911 from disassembler/nixos-grub-os-probe-docsFrederik Rietdijk1-0/+5
install documentation: document boot.loader.grub.useOSProber
2017-10-29install documentation: document boot.loader.grub.useOSProberSamuel Leathers1-0/+5
2017-10-28gdm: fix restart of display-manager after nixos-rebuildJonas Schwabe1-1/+0
- fix restart of display-manager due to a conflict with getty@tty1 - fixes #21439
2017-10-28Merge pull request #30787 from lheckemann/nixos-help-docJoachim F2-3/+5
Document nixos-help more obviously
2017-10-26buildkite-agent service: add bash to the runtimePackageszimbatm1-2/+2
bash is necessary for nix-shell to work properly
2017-10-25nixos/crashdump: fix evaluation. (#30415)symphorien1-21/+18
The module would fail to evaluate: ```The option value `boot.crashDump.kernelPackages' in ... is not a package.``` Removed the option boot.crashDump.kernelPackage in favor of using boot.kernelPatches which automatically chooses the same kernel version as boot.kernelPackage instead of overriding it. Added option boot.crashDump.reservedMemory to customized crash kernel memory. Changed the default of boot.crashDump.kernelParams as the current one seemed to have no effect.
2017-10-25sd-image-*: Include profiles/base.nixTuomas Tynkkynen3-0/+3
This brings useful goodies like lspci and lsusb that were missing previously.
2017-10-25sd-image-aarch64.nix: Document serial ports usedTuomas Tynkkynen1-3/+6
Also drop boot.consoleLogLevel which already comes from installation-device.nix
2017-10-25sd-image-armv7l-multiplatform.nix: Document serial consoles usedTuomas Tynkkynen1-0/+6
2017-10-25sway module: better defaultsgnidorah1-8/+6
2017-10-25Merge pull request #30800 from gnidorah/swayJörg Thalheim1-4/+55
sway module: make it useful to end user
2017-10-25sway module: more optionsgnidorah1-4/+55
2017-10-25prometheus-node-exporter service: delete dead codeFranz Pletz1-3/+0
2017-10-25prometheus-node-exporter service: add disabledCollectors optionFranz Pletz1-1/+11
2017-10-25postfix: add relayPort option. (#30520)Drew Hess1-1/+14
2017-10-25prometheus-node-exporter service: run as nobody againFranz Pletz1-2/+2
Using DynamicUser breaks the systemd and logind collectors. cc #30535
2017-10-25Add function closureInfo to replace pathsFromGraphEelco Dolstra1-10/+2
Unlike pathsFromGraph, on Nix 1.12, this function produces a registration file containing correct NAR hash/size information. https://hydra.nixos.org/build/62832723
2017-10-25nixos-manual service: show nixos-help optionLinus Heckemann1-2/+3
Part of improving accessibility (#30760). Makes the manual easier to access e.g. on serial consoles.
2017-10-25nixos manual: suggest nixos-help as wellLinus Heckemann1-1/+2
Part of improving #30760: users on a serial console can't switch ttys, so providing another method to access the manual is useful.
2017-10-25Merge pull request #30339 from pvgoran/fileSystems-silentFormatOptionsFranz Pletz1-4/+11
filesystems: use non-interactive formatOptions by default
2017-10-25Merge pull request #30774 from plutotulp/plymouth-defaultsFranz Pletz1-1/+1
plymouth service: fix symlink to defaults
2017-10-25Merge pull request #30319 from peterhoeg/f/dnsmasqFranz Pletz1-2/+12
dnsmasq nixos: make sure it always runs
2017-10-24nixos/elasticsearch: Do not try to run sysctl if running in container, since ↵Rickard Nilsson1-5/+7
it fails
2017-10-24plymouth service: fix symlink to defaultsErlend Pedersen1-1/+1
Symlink for plymouthd.defaults was pointing to nonexisting target because of a spelling error.
2017-10-24atlassian-crowd service: run crowd in foregroundFranz Pletz1-1/+1
2017-10-23amazon-image: make derivation name configurableDan Peebles1-1/+7
I'm getting dozens of nixos-disk-image entries in my store and it's getting hard to track :)
2017-10-23nixos/postfix: allow dollar parameters in lists (#30612)Ryan Hendrickson2-2/+8
2017-10-23opendkim: automated key generation (no manual changes for service ↵joachim schiele2-3/+26
initialization required anymore)
2017-10-22nixos/services.nginx: Fix globalRedirect exampleJan Tojnar1-2/+2
Virtual host globalRedirect attribute accepts a hostname not a URL https://github.com/NixOS/nixpkgs/blob/09a9a472ee783b40c2a3dd287bbe9d3c60f8fc58/nixos/modules/services/web-servers/nginx/default.nix#L167
2017-10-22nixos/libreswan: add missing runtime dependenciesMartin Potier1-2/+5
2017-10-22nixos/gitlab: fix startup scriptMárton Boros1-1/+1
The preStart script used a hardcoded "git" user instead of the cfg value.
2017-10-22prometheus-node-exporter service: update for new arguments handlingPascal Bach1-5/+4
The behaviour have changed again. Listed collectors are now enabled in addition to the default one. Also run as DynmicUser instead of user nobody as the exporter doesn't need any state.
2017-10-22gitlab-module: fix hooks links for older repositoriesSimon Lackerbauer1-0/+5
2017-10-22plasma5: use mkDefault for a few options that users might want to setMichael Peyton Jones1-2/+2
2017-10-21redshift: allow using geoclue2 loation providerMichael Peyton Jones1-6/+38
2017-10-21geoclue2: fix typoMichael Peyton Jones1-1/+1
2017-10-21nixos/tests/gitolite: Don't build during evaluationTuomas Tynkkynen1-2/+2
Noticed in https://hydra.nixos.org/jobset/nixos/release-17.09#tabs-errors: ```` hydra-eval-jobs returned exit code 1: building path(s) '/nix/store/wxcbjli7m98yymnxrxkf6pigr7a05zad-id_ed25519.pub' building '/nix/store/gyig2d7cry98647h0grfilq26cpc1wy8-id_ed25519.pub.drv'... ```` Issue #29774
2017-10-21nixos/tests: Fix typo (grafama -> grafana)Tuomas Tynkkynen1-1/+1
2017-10-21nixos/munin: move munin-cron to systemd.tmpfilesFlorian Jacob1-4/+6
to match with munin-node.
2017-10-21nixos/munin: Create MUNIN_PLUGSTATE dir to fix munin_stats pluginFlorian Jacob1-0/+3
2017-10-21buildkite-agent: 2.1.13 -> 2.6.6zimbatm1-12/+35
Build the package from source Re-organise the module a bit to allow custom version of the package
2017-10-20nixos-generate-config: lessen priority for cpuFreqGovernor (#30221)Danylo Hlynskyi1-1/+1
In particular, it conflicts with `services.tlp.enable` option. There exists workaround: ``` powerManagement.cpuFreqGovernor = lib.mkForce null; services.tlp.enable = true; ``` But should it?
2017-10-20nixos/ecryptfs: initedef3-6/+19
Currently, ecryptfs support is coupled to `security.pam.enableEcryptfs`, but one might want to use ecryptfs without enabling the PAM functionality. This commit splits it out into a `boot.supportedFilesystems` switch.
2017-10-20nixos/pam: add swaylock (#29919)gnidorah1-0/+1
2017-10-20Merge pull request #30173 from dmjio/patch-1Joachim F1-1/+1
oauth2_proxy: default address updated
2017-10-20Merge pull request #30486 from rnhmjoj/comptonJoachim F1-29/+42
nixos/compton: default to xrender backend
2017-10-20Merge pull request #30610 from ttuegel/plasma-waylandThomas Tuegel1-1/+1
Plasma: Experimental Wayland support
2017-10-20plasma-workspace: enable Wayland session supportThomas Tuegel1-1/+1
2017-10-20Merge pull request #30528 from disassembler/giteaJoachim F2-0/+271
gitea: init at 1.2.1
2017-10-20Merge pull request #30563 from michaelpj/imp/tzupdateJoachim F2-0/+46
tzupdate: init at 1.2.0 (+ service)