about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2020-04-01Merge pull request #84037 from worldofpeace/remove-none.nixworldofpeace5-22/+2
nixos/none: remove
2020-04-01nixos/none: removeworldofpeace5-22/+2
This windowManager and desktopManager doesn't even have an option to use it. git history suggests to me that there's no way anyone finds this useful anymore.
2020-04-01nixos: add freedesktop/gnome/myself maintainersworldofpeace41-9/+172
2020-04-02Revert "make-options-doc: fix string context issues"Jan Tojnar1-1/+1
This reverts commit 3c15d578d4271142d7e596b9dc708cf07da48fa8. See https://github.com/NixOS/nixpkgs/issues/83863
2020-04-01nixos/iio: adjust formatting of option description.Dave Anderson1-1/+2
Co-Authored-By: Alyssa Ross <hi@alyssa.is>
2020-04-01nixos/iio: explain why you might want IIO sensor support.David Anderson1-1/+5
Signed-off-by: David Anderson <dave@natulte.net>
2020-04-01Merge pull request #70762 from xfix/nixos-mullvad-vpnMario Rodas2-0/+44
nixos/mullvad-vpn: add service
2020-04-01Merge pull request #83876 from mmahut/magic-wormhole-mailbox-serverMarek Mahut2-1/+1
nixos/magic-wormhole-mailbox-server: moving from mail to networking
2020-04-01Revert "nixos/geoclue2: set location.provider to geoclue2"Jonathan Ringer1-2/+0
This reverts commit f8a78afd5c65a1919bd92754761e3470cf02194c.
2020-04-01Merge pull request #83717 from ↵worldofpeace1-8/+0
worldofpeace/drop-pulseaudio-cruft-display-manager nixos/display-managers: don't start pulseaudio
2020-04-01Merge pull request #83625 from worldofpeace/ibus-portalworldofpeace1-0/+4
nixos/ibus: add ibus portal if portals are enabled
2020-04-01nixos/contractor: delete fileworldofpeace2-19/+0
It looks like I forgot to actually delete this file.
2020-04-01nixos/geoclue2: set location.provider to geoclue2worldofpeace1-0/+2
2020-03-31Merge pull request #82739 from danbst/document-postgresql-upgradeLéo Gaspard1-27/+76
Document postgresql upgrade
2020-03-31Merge pull request #83894 from symphorien/unbreak-os-prober-testLéo Gaspard1-0/+2
Unbreak os prober test
2020-03-31Merge pull request #83617 from Ma27/mongodb-changelogMaximilian Bosch1-0/+9
nixos/release-notes: mention that mongodb is unfree now
2020-03-31Merge pull request #83732 from jansol/xowJan Tojnar3-0/+38
xow: init at 0.4
2020-03-31Merge pull request #83765 from Izorkin/mariadb-testFlorian Klink1-0/+33
nixos/mysql: add test mariadb with tokudb plugin
2020-03-31Merge pull request #74379 from bachp/gitlab-runner-reloadFlorian Klink1-1/+10
nixos/gitlab-runner: reload on config change
2020-03-31Merge pull request #83704 from Ma27/acme-containerMaximilian Bosch1-1/+1
nixos/acme: don't depend on multi-user.target inside a container
2020-03-31nixos/magic-wormhole-mailbox-server: moving from mail to networkingMarek Mahut2-1/+1
2020-03-31xow: 0.2 -> 0.4Jan Solanti2-17/+4
2020-03-31Merge pull request #83768 from mmahut/magic-wormhole-mailbox-serverMarek Mahut4-0/+68
nixos/magic-wormhole-mailbox-server: init
2020-03-31nixos/mysql: add test mariadb with rocksdb pluginIzorkin1-1/+15
2020-03-30Merge pull request #77478 from artemist/nixos-factorioDmitry Kalinkin1-5/+21
nixos/factorio: add extraSettings and package options
2020-03-30nixos/tests: add magic-wormhole-mailbox-serverMarek Mahut2-0/+39
2020-03-30Merge pull request #81161 from wedens/libvirt-6.0.0Robin Gloster2-10/+19
libvirt: 5.4.0 -> 6.1.0
2020-03-30nixos/magic-wormhole-mailbox-server: initMarek Mahut2-0/+29
2020-03-30nixos/mysql: add test mariadb with tokudb pluginIzorkin1-0/+19
2020-03-30libvirt: fix escapeShellArg usageRobin Gloster1-1/+1
Co-Authored-By: conferno <conferno@camfex.cz>
2020-03-30xow: init at 0.2Philipp Middendorf3-0/+51
2020-03-29nixos/azure: clarify how users work in basic exampleCole Mickens2-0/+10
2020-03-29nixos/azure: upload-image.sh cleanup $1 handlingCole Mickens1-2/+2
2020-03-29nixos/azure: upload-image names the image betterCole Mickens1-2/+5
2020-03-29nixos/azure: simplify example imageCole Mickens2-23/+17
2020-03-29azure: init nixos/maintainers/scripts/azure-newCole Mickens9-0/+195
2020-03-29azure: boot.growPartition = trueCole Mickens1-0/+2
2020-03-29nixos/azure: add diskSize module optionCole Mickens1-18/+28
2020-03-29Merge pull request #83653 from nlewo/nextcloud-firstrunwizardMaximilian Bosch1-1/+1
nixos/nextcloud: add bcmap, mp4 and webm in nginx configuration
2020-03-29Merge pull request #83633 from zarelit/fix_literalExampleMaximilian Bosch1-57/+69
network-interfaces: fix literalExample arguments
2020-03-29nixos/gerrit: stop setting jvmPackage (#83696)Florian Klink1-1/+0
jdk12_headless disappeared in d00559ebb84af84b48a207a5a0a0762ce9d577eb, and just using the default in the VM test should be fine IMHO.
2020-03-29nixos/acme: don't depend on multi-user.target inside a containerMaximilian Bosch1-1/+1
On boot, a container doesn't have an uplink and would run into a timeout while waiting for cert renewal[1]. [1] https://github.com/NixOS/nixpkgs/pull/81371#issuecomment-605526099
2020-03-29nixos/display-managers: don't start pulseaudioworldofpeace1-8/+0
Hey, we have sockets.
2020-03-29Merge pull request #83660 from Emantor/fix/system-duplicate-lineFlorian Klink1-1/+0
nixos/systemd: remove one DefaultBlockIOAccounting
2020-03-29Merge pull request #83637 from romildo/desktopManager.desktopNamesworldofpeace2-1/+5
nixos.display-manager: set DesktopNames from a new attribute
2020-03-29Merge pull request #83598 from mmilata/test-driver-delete-vdectlFlorian Klink1-3/+5
test-driver.py: don't leave vde1.ctl around
2020-03-29nixos/tests/os-prober.nix: fix out of memorySymphorien Gibol1-0/+2
2020-03-29nixos/systemd: remove one DefaultBlockIOAccountingRouven Czerwinski1-1/+0
DefaultBlockIOAccounting=yes is set twice in the same file, remove one copy.
2020-03-29nixos/nextcloud: add bcmap, mp4 and webm in nginx configurationAntoine Eiche1-1/+1
This is used by the `firstrunwizard` and has been added in the nginx configuration documentation of the latest manual (https://github.com/nextcloud/documentation/blob/cda627b7c8896f3bac8bfde420c0c8b5d1806190/admin_manual/installation/nginx.rst).
2020-03-28Merge pull request #82784 from davidak/fpmAaron Andersen1-0/+1
nixos/phpfpm: add example to socket