about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| * | | | | | | nixos/doc: inform users of startx about `-xkbdir` argument neededrnhmjoj2019-09-08
| | | | | | | |
| * | | | | | | nixos/xserver: export configuration with startx and extra layoutsrnhmjoj2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the X server is run manually it must be started with an `-xkbdir` argument pointing to the custom xkb directory. So we export it to /etc/X11/xkb.
* | | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-09-09
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #68244 from NixOS/staging-nextFrederik Rietdijk2019-09-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Staging next that includes gcc8
| * \ \ \ \ \ \ \ \ Merge pull request #67241 from kcalvinalvin/cmtSilvan Mosberger2019-09-08
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/modules/services/x11/hardware/: add cmt module
| | * | | | | | | | | nixos/cmt: add cmt moduleCalvin Kim2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds custom touchpad drivers for Chromebooks.
* | | | | | | | | | | treewide: remove redundant quotesvolth2019-09-08
| | | | | | | | | | |
* | | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-09-08
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-08
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #68308 from srhb/rerec-utilsSarah Brofeldt2019-09-08
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/lib/utils: Make the set recursive again, unbreak eval
| | | * | | | | | | | | nixos/lib/utils: Make the set recursive again, unbreak evalSarah Brofeldt2019-09-08
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'staging-next' into stagingVladimír Čunát2019-09-08
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-08
| |\| | | | | | | | | |
| | * | | | | | | | | | Merge pull request #68037 from dtzWill/update/upower-0.99.11worldofpeace2019-09-08
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | upower: 0.99.10 -> 0.99.11
| | | * | | | | | | | | nixos/upower: drop resumeCommands hackworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced 7 years ago, it's likely the issue has been fixed. Even possible this could cause issues with recent upower.
| | | * | | | | | | | | nixos/upower: drop custom unitworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of these changes ++ are in the upstream unit Also drop glib in path of unit as I don't believe this should be needed anymore.
| | | * | | | | | | | | nixos/upower: don't use activation script to create statedirworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Systemd now handles this completely.
| | * | | | | | | | | | deluge service: fix my bad conflict resolution from f21211ebfVladimír Čunát2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm sorry. Thanks to aszlig.
| | * | | | | | | | | | Merge pull request #66274 from talyz/gitlabFlorian Klink2019-09-07
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/gitlab: Add support for secure secrets and more
| | | * | | | | | | | | | nixos/gitlab: Extract arbitrary secrets from extraConfigtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to make any parameter specified in extraConfig secret by defining it an attrset containing the attr _secret, which in turn is a path to a file containing the actual secret.
| | | * | | | | | | | | | nixos/utils: Handle arbitrary secrets in JSON output filestalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce new functions which allows modules to define options where, if the input is an attrset and the output is JSON, the user can define arbitrary secrets.
| | | * | | | | | | | | | nixos/gitlab: Use postgresql module options to provision local dbtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the postgresql module to provision a local db (if databaseCreateLocally is true) instead of doing this locally. Switch to using the local unix socket for db connections by default; this is needed since dbs created by the postgresql module only support peer authentication. Instead of running the rake tasks db:schema:load, db:migrate and db:seed_fu, run gitlab:db:configure, which in turn runs these tasks when needed. Solves issue #53852 for gitlab.
| | | * | | | | | | | | | nixos/gitlab: Add support for storing secrets in filestalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for storing secrets in files outside the nix store, since files in the nix store are world-readable and secrets therefore can't be stored safely there. The old string options are kept, since they can potentially be handy for testing purposes, but their descriptions now state that they shouldn't be used in production. The manual section is updated to use the file options rather than the string options and the tests now test both.
| | | * | | | | | | | | | nixos/gitlab: Fix missing ca_file for SMTPtalyz2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around upstream issue #790 by explicitly referencing the ca-certificates.crt file.
| | * | | | | | | | | | | postgresql_9_4: Remove packageadisbladis2019-09-07
| | | |_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's only supported until February 13, 2020 which is during the 19.09 life cycle.
| | * | | | | | | | | | nixos/kibana: Filter empty listsadisbladis2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some options (in particular elasticsearch.ssl.certificateAuthorities) are not allowed to be empty.
* | | | | | | | | | | | nixos/tests/login: fix the seat test by loading sound driversAndreas Rammhold2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turned out that /dev/snd/* always exists even if there are no sound drivers loaded at all. Loading `snd` and `snd_timer` fixes that situation. It is probably fair to assume someone that wants to use sound also enables that in the NixOS configuration.
* | | | | | | | | | | | nixos/networkd: continue supporting 99-main with wildcard interface matchAndreas Rammhold2019-09-08
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With systemd version 243 network units with empty match block will generate warnigs. The reasoning seems to be that the intended behaviour is hard to infere. Being explicit about really meaning any interface is the reasonable thing here. We want to get rid of this mechanism in the long run but as long as we do not have a replacement we should stick with it and keep it in reasonable good shape.
* | | | | | | | | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-07
|\| | | | | | | | | |
| * | | | | | | | | | Merge pull request #68243 from mmahut/jormungandrMarek Mahut2019-09-07
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/jormungandr: adding RUST_BACKTRACE until service is stable
| | * | | | | | | | | | nixos/jormungandr: adding RUST_BACKTRACE until service is stableMarek Mahut2019-09-07
| | | | | | | | | | | |
* | | | | | | | | | | | Merge master into staging-nextFrederik Rietdijk2019-09-07
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #68213 from worldofpeace/ead/fixworldofpeace2019-09-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/iwd: add tmpfiles rule for ead service
| | * | | | | | | | | | | nixos/iwd: add tmpfiles rule for ead serviceworldofpeace2019-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for the wired service ead.service. (in ReadWritePaths)
| * | | | | | | | | | | | iso-image-kde: Disable synapticsadisbladis2019-09-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been deprecated since 17.09 and libinput is a better default
| * | | | | | | | | | | | Merge pull request #68182 from worldofpeace/chrome-gnome-shellworldofpeace2019-09-07
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | nixos/gnome3: enable chrome-gnome-shelll
| | * | | | | | | | | | | nixos/gnome3: enable chrome-gnome-shelllworldofpeace2019-09-05
| | | | | | | | | | | | |
| | * | | | | | | | | | | nixos/chrome-gnome-shell: enable in firefoxworldofpeace2019-09-05
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge pull request #66405 from NeQuissimus/virtualbox_6_0_10Florian Klink2019-09-06
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | virtualbox: 6.0.8 -> 6.0.10
| | * | | | | | | | | | | tests/virtualbox: Clean up unnecessary things.Ambroz Bizjak2019-09-05
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always enable the UART because the VirtualBug bug that required running without the UART was fixed in 6.0.10. Stop using an old kernel version because the tests work with the default kernel. (cherry picked from commit ae93571e8d04cebd69491a789d902d6481e05d3f)
| * | | | | | | | | | | Merge pull request #68233 from worldofpeace/plasma5-enable-libinputworldofpeace2019-09-06
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/plasma5: enable libinput
| | * | | | | | | | | | | nixos/plasma5: enable libinputworldofpeace2019-09-06
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #67917 from worldofpeace/lightdm-pam-gnome-keyringworldofpeace2019-09-06
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/lightdm: fix pam rules
| | * | | | | | | | | | | nixos/lightdm: fix pam rulesworldofpeace2019-09-06
| | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules are a translation of what's done in the GDM module and adjustments based of looking at Arch Linux's configuration and upstream's. A side effect of this change is that gnome-keyring and kwallet modules should work as expected when in- cluded. Fixes #64259 #62045
* | | | | | | | | | | | Merge staging into staging-nextFrederik Rietdijk2019-09-06
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'staging-next' into stagingJan Tojnar2019-09-06
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staging-next' into stagingJan Tojnar2019-09-06
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staging-next' into stagingVladimír Čunát2019-09-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | libgdata.tests: add installedTestsJan Tojnar2019-09-03
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #67957 from jtojnar/glib-networking-cleanupworldofpeace2019-09-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glib-networking: clean up & add installed tests