summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* Merge pull request #70336 from abbradar/synapse-ipv6Maximilian Bosch2019-11-06
|\ | | | | matrix-synapse service: blacklist local IPv6 addresses by default
| * matrix-synapse service: blacklist local IPv6 addresses by defaultNikolay Amiantov2019-10-03
| |
* | nixos/borgbackup: port test to pythonMarijan2019-11-06
| |
* | nixos/boot-stage1: port test to pythonMarijan2019-11-06
| |
* | nixos/bind: port test to pythonMarijan2019-11-06
| |
* | nixos/beanstalkd: port test to pythonMarijan2019-11-06
| |
* | nixos/bcachefs: port test to pythonMarijan2019-11-06
| |
* | nixos/avahi: port test to pythonMarijan2019-11-06
| |
* | nixos/atd: port test to pythonMarijan2019-11-06
| |
* | Merge pull request #72834 from mweinelt/pr/tests/migrate-pythonworldofpeace2019-11-05
|\ \ | | | | | | nixos/tests: migrate my tests to python
| * | nixos/knot: add myself as maintainer for testMartin Weinelt2019-11-05
| | |
| * | nixos/knot: port test to pythonMartin Weinelt2019-11-05
| | |
| * | nixos/babeld: port test to pythonMartin Weinelt2019-11-05
| | |
* | | nixos/trezord: port test to pythonJan Hrnko2019-11-05
| | |
* | | nixos/trac: port test to pythonJan Hrnko2019-11-05
| | |
* | | nixos/metabase: port test to pythonJan Hrnko2019-11-05
| | |
* | | nixos/vault: convert test to pythonFlorian Klink2019-11-05
| | |
* | | vault: fix config when file backend is usedEEva (JPotier)2019-11-05
| | | | | | | | | | | | | | | | | | When the option services.vault.storageBackend is set to "file", a systemd.tmpfiles.rules was added, with extraneous []. These are not needed and have been removed.
* | | gjs: various improvements (#72805)Jan Tojnar2019-11-05
|\ \ \ | | | | | | | | gjs: various improvements
| * | | gjs: move to top-levelJan Tojnar2019-11-05
| | | |
* | | | nixos/tests/quake3.nix: RemoveEelco Dolstra2019-11-05
| |/ / |/| | | | | | | | | | | This was a demo of the VM testing approach in an old paper but there's no need to keep it around.
* | | jormungandr: RemoveEelco Dolstra2019-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a good example of a package/module that should be distributed externally (e.g. as a flake [1]): it's not stable yet so anybody who seriously wants to use it will want to use the upstream repo. Also, it's highly specialized so NixOS is not really the right place at the moment (every NixOS module slows down NixOS evaluation for everybody). [1] https://github.com/edolstra/jormungandr/tree/flake
* | | nixos/simple: port test to pythonMarijan2019-11-05
| | |
* | | nixos/nix-generate-config: port test to pythonMarijan2019-11-05
| | |
* | | nixos/fsck: port test to pythonMarijan2019-11-05
| | |
* | | nixos/transmission: port test to pythonMarijan2019-11-05
| | |
* | | nixos/tor: port test to pythonMarijan2019-11-05
| | |
* | | nixos/openssh: port test to pythonMarijan2019-11-05
| | |
* | | nixos/zfs: convert test to pythonJulian Stecklina2019-11-04
| | |
* | | nixos/automysqlackup: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/ammonite: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/acme: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/boot: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/wireguard: convert generated test to pythonJana Traue2019-11-04
| | |
* | | nixos/wireguard: convert default test to pythonJana Traue2019-11-04
| | |
* | | nixos/quake3: convert test to pythonJana Traue2019-11-04
| | |
* | | nixos/emacs-daemon: convert test to pythonJulian Stecklina2019-11-04
| | |
* | | nixos/gitea: convert test to pythonJana Traue2019-11-04
| | |
* | | nixos/postgres: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/bittorrent: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/login: Port test to pythonJacek Galowicz2019-11-04
| | |
* | | nixos/test: Pythonify documentationJacek Galowicz2019-11-04
| | |
* | | nixos/test: use ptpython as replFlorian Klink2019-11-04
| | |
* | | nixos/test: Port test driver to pythonJacek Galowicz2019-11-04
| | | | | | | | | | | | Thanks @blitz and @jtraue for help with implementing machine methods
* | | Merge pull request #71139 from philandstuff/ssh-agent-pkcs11-whitelistRobin Gloster2019-11-04
|\ \ \ | | | | | | | | ssh-agent: add agentPKCS11Whitelist option
| * | | ssh-agent: add agentPKCS11Whitelist optionPhilip Potter2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you want to be able to use OpenSC with ssh-agent, you need to be able to add it to the ssh-agent whitelist. This adds an option, agentPKCS11Whitelist, that exposes the option. Note that I currently work around this by injecting the parameter into the agentTimeout option: programs.ssh.agentTimeout = "1h -P ${pkgs.opensc}/lib/opensc-pkcs11.so"; but I feel that a proper option would be better :)
* | | | Merge pull request #72698 from gebner/digimend-driversGabriel Ebner2019-11-04
|\ \ \ \ | |_|/ / |/| | | digimend drivers for graphics tablets
| * | | nixos/digimend: init moduleGabriel Ebner2019-11-03
| | | |
* | | | Merge pull request #72729 from mmahut/tracMarek Mahut2019-11-04
|\ \ \ \ | | | | | | | | | | nixos/trac: init
| * | | | tests: adding tracMarek Mahut2019-11-03
| | | | |