about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | nixos/virtualisation.podman: Init moduleadisbladis2020-04-21
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge pull request #85598 from danderson/tailscale-fix-cachedirFlorian Klink2020-04-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/tailscale: set a CacheDir in the systemd unit.
| | * | | | | | | | nixos/tailscale: set a CacheDir in the systemd unit.David Anderson2020-04-20
| | | |_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a bug where tailscaled drops some files into / when CacheDir is unset. Signed-off-by: David Anderson <dave@natulte.net>
| * | | | | | | | Merge pull request #85708 from Beskhue/fix-documentationFlorian Klink2020-04-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/phpfpm: fix erroneous pools example
| | * | | | | | | | nixos/phpfpm: fix erroneous pools exampleThomas Churchman2020-04-21
| | | | | | | | | |
| * | | | | | | | | Merge pull request #73505 from tomfitzhenry/networkd-dhcp-server-testFlorian Klink2020-04-21
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | systemd-networkd: add DHCPServer test
| | * | | | | | | | | systemd-networkd: add DHCPServer testTom Fitzhenry2020-04-22
| | |/ / / / / / / /
| * | | | / / / / / nixos/manual: fix buildworldofpeace2020-04-21
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #85692 from nh2/systemd-update-default-rate-limitFlorian Klink2020-04-21
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | journald service: Increase default rate limit 1000 -> 10000.
| | * | | | | | | journald service: Increase default rate limit 1000 -> 10000.Niklas Hambüchen2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follows the upstream change of this default: https://github.com/systemd/systemd/pull/8660
* | | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-04-21
|\| | | | | | | |
| * | | | | | | | Merge pull request #85643 from petabyteboy/feature/generate-configworldofpeace2020-04-21
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/tools: adapt for renamed console options
| | * | | | | | | | nixos/tools: adapt for renamed console optionsMilan Pässler2020-04-21
| | | | | | | | | |
| * | | | | | | | | Merge pull request #85685 from nh2/remove-unused-allSupportedNixpkgsDomen Kožar2020-04-21
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | release-combined: Remove unused value `allSupportedNixpkgs`
| | * | | | | | | | release-combined: Remove unused value `allSupportedNixpkgs`.Niklas Hambüchen2020-04-21
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was made obsolete by commit 2de3caf0 - nixos/release-combined.nix: List constituents of the 'tested' job by name see also https://github.com/NixOS/nixpkgs/commit/f996744fd32f255b7fd33d9e83d9ef688097b367#r38642487.
| * | | | | | | | treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* | | | | | | | Merge staging-next into stagingFrederik Rietdijk2020-04-21
|\| | | | | | |
| * | | | | | | Merge pull request #83769 from dadada/nixos/dokuwiki-multi-serverMarek Mahut2020-04-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/dokuwiki: add support for multi-site, additional plugins and templates
| | * | | | | | | nixos/dokuwiki: change default of aclFile and usersFiledadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `aclFile` and `usersFile` will be set to a default value if `aclUse` is specified and aclFile is not overriden by `acl`.
| | * | | | | | | nixos/dokuwiki: modify usersFile and aclFiledadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use types.str instead of types.path to exclude private information from the derivation. Add a warinig about the contents of acl beeing included in the nix store.
| | * | | | | | | nixos/dokuwiki: dokuwiki userdadada2020-04-18
| | | | | | | | |
| | * | | | | | | nixos/dokuwiki: add option disableActionsdadada2020-04-18
| | | | | | | | |
| | * | | | | | | nixos/dokuwiki: set default value for usersFiledadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If usersFile is not set, a file is created along the stateDir that can hold the users and supports dynamically adding users using the web GUI.
| | * | | | | | | nixos/dokuwiki: add assertion for usersFiledadada2020-04-18
| | | | | | | | |
| | * | | | | | | nixos/dokuwiki: add plugins and templates optionsdadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for additional plugins and templates similarly to how wordpress.nix does it. Plugins and templates need to be packaged as in the example.
| | * | | | | | | nixos/dokuwiki: refactordadada2020-04-18
| | | | | | | | |
| | * | | | | | | nixos/dokuwiki: add <name?> optiondadada2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables multi-site configurations. This break compatibility with prior configurations that expect options for a single dokuwiki instance in `services.dokuwiki`.
| * | | | | | | | Merge pull request #85186 from worldofpeace/20.03-readmeworldofpeace2020-04-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | README.md: 20.03 release
| | * | | | | | | | rl-2003: release dateworldofpeace2020-04-20
| | | | | | | | | |
| | * | | | | | | | nixos/manual: 19.09 -> 20.03worldofpeace2020-04-17
| | | | | | | | | |
| * | | | | | | | | Merge pull request #85620 from ↵Eelco Dolstra2020-04-20
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | matthewbauer/use-modulesPath-for-nixos-generate-config nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>
| | * | | | | | | | nixos/nixos-generate-config.pl: use modulesPath instead of <nixpkgs>Matthew Bauer2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For imports, it is better to use ‘modulesPath’ than rely on <nixpkgs> being correctly set. Some users may not have <nixpkgs> set correctly. In addition, when ‘pure-eval=true’, <nixpkgs> is unset.
| * | | | | | | | | Merge pull request #82714 from delroth/s3tcLéo Gaspard2020-04-20
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
| | * | | | | | | | libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl optionsPierre Bourdon2020-04-20
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Context: discussion in https://github.com/NixOS/nixpkgs/pull/82630 Mesa has been supporting S3TC natively without requiring these libraries since the S3TC patent expired in December 2017.
| * | | | | | | | Merge pull request #85371 from Mic92/tmpfilesJörg Thalheim2020-04-20
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tmpfiles: load user-defined entries firstJörg Thalheim2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd-tmpfiles will load all files in lexicographic order and ignores rules for the same path in later files with a warning Since we apply the default rules provided by systemd, we should load user-defines rules first so users have a chance to override defaults.
| * | | | | | | | | nixos-containers: Add support for custom nixpkgs argumentadisbladis2020-04-20
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #85503 from emilazy/acme-test-cleanupsFlorian Klink2020-04-19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ACME test cleanups
| | * | | | | | | | nixos/tests/common/acme: don't set nameservers for clientEmily2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The resolver is mainly useful for the ACME server, and acme.nix uses its own DNS server to test DNS-01 challenges.
| | * | | | | | | | nixos/tests/common/acme: enable Pebble strict modeEmily2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us get early warning about any bugs or backwards-compatibility hazards in lego. Pebble will default to this in the future, but doesn't currently; see https://github.com/letsencrypt/pebble/blob/v2.3.0/README.md#strict-mode.
| | * | | | | | | | nixos/tests/acme: use CAP_NET_BIND_SERVICEEmily2020-04-18
| | | | | | | | | |
| | * | | | | | | | nixos/tests/acme: use *.test domainsEmily2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shimming out the Let's Encrypt domain name to reuse client configuration doesn't work properly (Pebble uses different endpoint URL formats), is recommended against by upstream,[1] and is unnecessary now that the ACME module supports specifying an ACME server. This commit changes the tests to use the domain name acme.test instead, and renames the letsencrypt node to acme to reflect that it has nothing to do with the ACME server that Let's Encrypt runs. The imports are renamed for clarity: * nixos/tests/common/{letsencrypt => acme}/{common.nix => client} * nixos/tests/common/{letsencrypt => acme}/{default.nix => server} The test's other domain names are also adjusted to use *.test for consistency (and to avoid misuse of non-reserved domain names such as standalone.com). [1] https://github.com/letsencrypt/pebble/issues/283#issuecomment-545123242 Co-authored-by: Yegor Timoshenko <yegortimoshenko@riseup.net>
| | * | | | | | | | nixos/tests/acme: don't restrict to x86_64Emily2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was added in aade4e577bbb27f044217c51a006ab6ba544ebb5, but the implementation of the ACME module has been entirely rewritten since then, and the test seems to run fine on AArch64.
| * | | | | | | | | Merge pull request #83301 from evils/tuptimeFlorian Klink2020-04-19
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Tuptime: Init Package, Module and Test
| | * | | | | | | | | nixosTests.tuptime: init testEvils2020-04-03
| | | | | | | | | | |
| | * | | | | | | | | nixos/tuptime: init moduleEvils2020-04-03
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #73934 from flokli/nixos-test-port-cockroachdbworldofpeace2020-04-19
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixosTests.cockroachdb: port to python
| | * | | | | | | | | | nixosTests.cockroachdb: set ConditionPathExists=/dev/ptp0 to chronydFlorian Klink2020-04-03
| | | | | | | | | | | |
| | * | | | | | | | | | nixos/chrony: move to StateDirectory and tmpfiles.dFlorian Klink2020-04-03
| | | | | | | | | | | |
| | * | | | | | | | | | nixosTests.cockroachdb: bump memoryFlorian Klink2020-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cockroachdb complained about not enough memory available.