summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/rename: Add temporary aliases for the system.nixos.* rename revertTuomas Tynkkynen2018-07-28
| | | | See the previous commit for motivation.
* Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1"Tuomas Tynkkynen2018-07-28
| | | | | | | | | | | This reverts commit 095fe5b43def40279a243e663c662b02caac5318. Pointless renames considered harmful. All they do is force people to spend extra work updating their configs for no benefit, and hindering the ability to switch between unstable and stable versions of NixOS. Like, what was the value of having the "nixos." there? I mean, by definition anything in a NixOS module has something to do with NixOS...
* skarnet software: rename attributes and split outputsProfpatsch2018-07-25
| | | | | | Change the attribute names of camelCased utils to kebab-case to improve consistency. Split every package into multiple outputs where possible.
* Merge pull request #44015 from alexshpilkin/resolv-unboundSilvan Mosberger2018-07-24
|\ | | | | nixos/networking: include local Unbound in resolv.conf
| * nixos/networking: include local Unbound in resolv.confAlexander Shpilkin2018-07-23
| | | | | | | | | | Previously, only BIND, dnsmasq and resolved were included in resolv.conf. Recognize an Unbound installation as well.
* | EC2 AMIs: 18.03.131792.becbe4dbe16 -> 18.03.132946.1caae7247b8Eelco Dolstra2018-07-24
| |
* | create-amis.sh: Change directory for AMIsEelco Dolstra2018-07-24
| |
* | Merge pull request #42834 from Synthetica9/patch-1Matthew Bauer2018-07-23
|\ \ | | | | | | security.sudo.extraRules: documentation fix
| * | Update sudo.nixPatrick Hilhorst2018-07-01
| | | | | | | | | Updated example for security.sudo.extraRules to match comment
* | | Merge pull request #41970 from ↵Matthew Bauer2018-07-23
|\ \ \ | | | | | | | | | | | | | | | | aneeshusa/enable-building-systemd-without-libmicrohttpd nixos/systemd: Allow building systemd without libmicrohttpd
| * | | nixos/systemd: Allow building systemd without libmicrohttpdAneesh Agrawal2018-06-13
| | | |
* | | | fix build with allowAliases=falsevolth2018-07-23
| | | |
* | | | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | | | | | | | | | | fixes build with disallowed aliases
* | | | Merge pull request #43863 from volth/unused4Jörg Thalheim2018-07-21
|\ \ \ \ | | | | | | | | | | [bot] nixos/*: remove unused arguments in lambdas
| * | | | [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
| | | | |
* | | | | ssh: fix 3572f89bbe154087d8ad83c36674d0c2499c0967Daiderd Jordan2018-07-21
| | | | |
* | | | | ssh: don't add empty PubkeyAcceptedKeyTypes/HostKeyAlgorithmsDaiderd Jordan2018-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The options introduced in e2444a433fb would generate a broken ssh config when set to an empty list. /etc/ssh/ssh_config line 7: Missing argument.
* | | | | Merge pull request #40686 from Izorkin/sshDaiderd Jordan2018-07-21
|\ \ \ \ \ | | | | | | | | | | | | ssh: custom config key types
| * | | | | ssh: custom config key typesIzorkin2018-07-21
| | | | | |
* | | | | | Merge pull request #43862 from volth/unused3Frederik Rietdijk2018-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | [bot] treewide: remove unused 'args@' in lambdas
| * | | | | | [bot] treewide: remove unused 'args@' in lambdasvolth2018-07-20
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #43860 from volth/unused2Frederik Rietdijk2018-07-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: remove unused 'inherit' in let blocks
| * | | | | | [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
| |/ / / / /
* | | | | | Merge pull request #40768 from CommunicationAnimale/masterPascal Wittmann2018-07-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nixos/thinkfan: use non-deprecated keywords in config file.
| * | | | | nixos/thinkfan: add types & fix formattingFranz Pletz2018-07-15
| | | | | |
| * | | | | nixos/thinkfan: use non-deprecated keywords in config file.CommunicationAnimale2018-05-19
| | | | | |
* | | | | | Merge pull request #43857 from volth/unusedFrederik Rietdijk2018-07-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | [bot] treewide: remove unreferenced code
| * | | | | | [bot]: remove unreferenced codevolth2018-07-20
| | | | | | |
* | | | | | | nixos/home-assistant: do not always override extraComponents (#43845)Robert Schütz2018-07-20
| | | | | | | | | | | | | | | | | | | | | Fixes #43843.
* | | | | | | openvpn: document how to import an external configErik Arvstedt2018-07-20
| | | | | | |
* | | | | | | Merge pull request #43782 from Ma27/fix-simpleldap-python3Robert Schütz2018-07-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3Packages.simpleldap: remove
| * | | | | | | inginious: removeMaximilian Bosch2018-07-19
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fallout of 9db7f15ea3ce57eee25458daf87cce7a04ea98b2 which removed simpleldap. @layus suggests to remove: * https://github.com/NixOS/nixpkgs/pull/43782#issuecomment-406186881 * https://github.com/NixOS/nixpkgs/pull/31975#issuecomment-346647857
* / / / / / / treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* | | | | | Merge pull request #43308 from Chiiruno/dev/hydronSilvan Mosberger2018-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | hydron: init at 2018-07-11
| * | | | | | nixos/hydron: initOkina Matara2018-07-18
| | | | | | |
* | | | | | | nixos: systemd.globalEnvironment: fix typeSilvan Mosberger2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up fix of fb2a8d66699c96d6a687eb71ebfcca08e3405037 https://github.com/NixOS/nixpkgs/pull/38356 https://github.com/NixOS/nixpkgs/pull/40416
* | | | | | | Merge pull request #43728 from srhb/k8srbacfixSarah Brofeldt2018-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/kubernetes: Don't lose rbac submodule with no explicit options
| * | | | | | | nixos/kubernetes: Don't lose rbac submodule with no explicit optionsSarah Brofeldt2018-07-18
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | nixos/kubernetes: Added missing dependency, awk, to kube-addon-manager path ↵Johan Thomsen2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (#43708)
* | | | | | | Merge staging-next into masterFrederik Rietdijk2018-07-17
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2018-07-16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into staging-nextVladimír Čunát2018-07-14
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1468896
| * \ \ \ \ \ \ \ \ Merge pull request #43088 from matthewbauer/miscMatthew Bauer2018-07-05
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Get rid of 2 unneeded packages
| * \ \ \ \ \ \ \ \ \ Merge pull request #42887 from matthewbauer/libsecurity-closure-reductionsMatthew Bauer2018-07-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Libsecurity closure reductions
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2018-07-02
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | This apparently fixes some broken src fetches (gnuradio, twisted).
| * | | | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2018-06-30
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pcsclite: split packageJan Tojnar2018-06-29
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #42748 from patternspandemic/neo4j-serviceSilvan Mosberger2018-07-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | nixos/neo4j: Update module, make compatible with neo4j 3.4
| * | | | | | | | | | | | nixos/neo4j: Update module, make compatible with neo4j 3.4patternspandemic2018-07-12
| | | | | | | | | | | | |
* | | | | | | | | | | | | aerospike: init at 4.2.0.4Wael M. Nasreddine2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Volth <volth@webmaster.ms>