summaryrefslogtreecommitdiffstats
path: root/nixos
AgeCommit message (Collapse)Author
2017-04-08Merge pull request #24645 from Mic92/stage-2Jörg Thalheim
Stage-2 cleanup
2017-04-08Merge pull request #24008 from phile314/slimserverMichael Raskin
slimserver: Init at 7.9.0 (pkg + module)
2017-04-08Merge pull request #24331 from LumiGuide/ssmtp-AuthPassFileJörg Thalheim
ssmtp: use the authPassFile option instead of authPass
2017-04-08sstmp: document how to specify port/AuthPassFileJörg Thalheim
2017-04-08nixos/fonts: install gyre-fonts by defaultThomas Tuegel
gyre-fonts provides high-quality TrueType substitutes for standard PostScript fonts. Unlike most other distributions, NixOS does not install Ghostscript and its Type 1 fonts by default, so we must get the standard fonts elsewhere.
2017-04-08nixos/fontconfig-ultimate: Restore presetsThomas Tuegel
The `preset` option was accidentally removed.
2017-04-08Merge pull request #24669 from gnidorah/master2Aristid Breitkreuz
autorandr: 53d29f9 -> 855c18b and module
2017-04-08nixos/compton: fixup option descriptions (#24724)Sorin Iclanzan
* Fix `fadeExclude` description. * Fix typo in `shadowExclude`.
2017-04-07Merge pull request #23409 from florianjacob/avahi-point-to-point-interfacesPeter Simons
avahi-daemon service: Add option to enable point-to-point interfaces.
2017-04-07Merge branch 'master' into postgresql-testsTomasz Czyż
2017-04-06Merge pull request #23135 from ljli/earlyoom-service-initJaka Hudoklin
earlyoom service: init
2017-04-06Merge pull request #24651 from edanaher/add-fvwm-window-managerAlexey Shmalko
fvwm module: init; now fvwm can be used as an xserver.windowManager
2017-04-06nixos/filesystems: skip filesystem check for bindfs (#24671)0xABAB
Bindfs (FUSE) provides a pseudo-filesystem and as such does not benefit from a file system check.
2017-04-06autorandr: 53d29f9 -> 855c18b and modulegnidorah
2017-04-06sddm: Fix test.Shea Levy
For whatever reason, the OCR code is not detecting ALICE but is BOB. OCR output from login screen (blank lines omitted): > Session none + icewm > 08:41 < > Thursday, April 6, 2017 > BOB FOOBAR > Select your user and enter password
2017-04-05stage-2: shellsheck recommendationsJörg Thalheim
2017-04-05stage-2: reduce mkdir commandsJörg Thalheim
2017-04-05luksroot: Wait for the header (device) to appearMichael Weiss
The LUKS header can be on another device (e.g. a USB stick). In my case it can take up to two seconds until the partition on my USB stick is available (i.e. the decryption fails without this patch). This will also remove some redundancy by providing the shell function `wait_target` and slightly improve the output (one "." per second and a success/failure indication after 10 seconds instead of always printing "ok").
2017-04-05fvwm module: init; now fvwm can be used as an xserver.windowManagerEvan Danaher
2017-04-05stage-2: process options as first actionJörg Thalheim
this way `set -x` is set early
2017-04-05stage-2: replace readonly-mountpoint by findmntJörg Thalheim
2017-04-05stage-2: simplify exporting pathJörg Thalheim
2017-04-04modules/searx: fix configFile typeProfpatsch
2017-04-04Allow systemd-fsck@.service to find fsck.*Eelco Dolstra
Fixes "fsck.ext4 doesn't exist, not checking file system on ...".
2017-04-04Don't restart systemd-fsck@ unitsEelco Dolstra
Restarting them is useless since the filesystem is already checked. Worse, restarting them causes the filesystem to be unmounted. Also remove an override for systemd-rkill@.service which no longer exists.
2017-04-04network-link-*.service: Set stopIfChanged = falseEelco Dolstra
This reduces the time window during which IP addresses are gone during switch-to-configuration. A complication is that with stopIfChanged = true, preStop would try to delete the *new* IP addresses rather than the old one (since the preStop script now runs after the switch to the new configuration). So we now record the actually configured addresses in /run/nixos/network/addresses/<interface>. This is more robust in any case. Issue https://github.com/NixOS/nixops/issues/640.
2017-04-04Fix eval error due to config.ec2.hvmEelco Dolstra
2017-04-04Revert "Revert "EC2: Disable PV support""Eelco Dolstra
This reverts commit 71710fd099ce6c46b54f05c6cf769e73cf11d49f.
2017-04-04Merge pull request #24502 from Mic92/rtl8192su-firmwareJörg Thalheim
rtl8192su-firmware: init at unstable-2016-10-05
2017-04-04Revert "EC2: Disable PV support"Jörg Thalheim
This reverts commit fbe6d23624b0b62cb5754d37ab81007cd4c035ab. this breaks every non-ec2 (non-hvm) system cc @edolstra
2017-04-03Update 17.03 release notesCarles Pagès
2017-04-03unclutter: Fix default value of $DISPLAYPiotr Bogdan
2017-04-03Add 17.03 AMIsEelco Dolstra
2017-04-03EC2: Disable PV supportEelco Dolstra
Unfortunately, somewhere between 16.09 and 17.03, paravirtualized instances stopped working. They hang at the pv-grub prompt ("grubdom>"). I tried reverting to a 4.4 kernel, reverting kernel compression from xz to bzip2 (even though pv-grub is supposed to support xz), and reverting the only change to initrd generation (5a8147479e794d5932273d01790c3602b8abeedc). Nothing worked so I'm giving up.
2017-04-03create-amis.sh: Use pv-grub-hd0_1.05Eelco Dolstra
2017-04-03Merge branch 'fontconfig-penultimate'Thomas Tuegel
2017-04-03fontconfig-penultimate: 0.2.1 -> 0.3.2Thomas Tuegel
2017-04-03Merge pull request #24533 from Zimmi48/patch-1Eelco Dolstra
[doc] improve "getting the sources" chapter
2017-04-03nixos/fontconfig: remove renderMonoTTFAsBitmapThomas Tuegel
2017-04-03nixos/fontconfig: remove forceAutohint optionThomas Tuegel
2017-04-03nixos/fontconfig: disable autohint by defaultThomas Tuegel
2017-04-03docker: test for socket permissionsGraham Christensen
2017-04-03docker: fix socket permissionsAlexey Shmalko
Docker socket is world writable. This means any user on the system is able to invoke docker command. (Which is equal to having a root access to the machine.) This commit makes socket group-writable and owned by docker group. Inspired by https://github.com/docker/docker/blob/master/contrib/init/systemd/docker.socket
2017-04-02initrd-ssh: Use initrd secrets for host keysShea Levy
2017-04-02systemd-boot: Support initrd secretsShea Levy
2017-04-02Add facility to append secrets to the initrdShea Levy
2017-04-02nixos hibernate test: Use waitForOpenPortTuomas Tynkkynen
There was one confusing recent failure of this: http://cache.nixos.org/log/myla8bc17j8spmifdxmrz9jswxwsf5w6-vm-test-run-hibernate.drv I don't have any real ideas on what could cause the problem but there is at least one theoretical one: the system starts hibernating before the listener process manages to open the TCP port for listening, and it can't open it after resuming because not enough pages from the netcat binary have been paged in (and as the 9p filesystem holding it is now toast, they can't be loaded anymore).
2017-04-01doc: improve "getting the sources" chapterThéo Zimmermann
2017-04-01acme: Use `chown -R` for challenges directory. Fixes #24529.Niklas Hambüchen
Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added `chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script, but since it doesn't use `chown -R`, it is possible that there are older existing subdirs (like `acme-challenge`) that are owned to `root` from before that commit went it.
2017-04-01rl-notes 17.09: add note about idea -> jetbrains renamingVasiliy Solovey