Jörg Thalheim
b7802cf399
Merge pull request #132087 from scvalex/improve-kubernetes-tests
...
kubernetes: fix flaky test and run tests as group
2021-08-22 19:25:50 +01:00
Florian Klink
002cf7d42d
Merge pull request #132347 from anpandey/captive-browser-fix
...
captive-browser: fix empty string in interface args
2021-08-22 19:40:23 +02:00
ajs124
0e19ea6cd1
Merge pull request #134940 from dminuoso/dovecot-switch-service-to-notify
...
nixos/dovecot: Switch systemd service type to notify
2021-08-22 19:15:10 +02:00
Victor Nawothnig
60c8c64595
nixos/dovecot: Switch systemd service type to notify
2021-08-22 18:44:58 +02:00
Jörg Thalheim
a076ce1ed3
Merge pull request #135150 from dminuoso/rspamd-avoid-empty-postfix-service
...
nixos/rspamd: Avoid empty postfix service
2021-08-22 16:06:39 +01:00
lewo
79e5ee0c76
Merge pull request #135089 from nlewo/kdb-update
...
nixos/tests/kbd-update-search-paths: explicitly import re
2021-08-22 16:04:35 +02:00
Daniel Șerbănescu
792e517070
nixos/httpd: add none option to logFormat
2021-08-22 10:17:28 +02:00
Victor Nawothnig
942d78d9cd
nixos/rspamd: Avoid empty postfix service
2021-08-22 03:18:55 +02:00
Graham Christensen
1c145df9ae
Merge pull request #134981 from DeterminateSystems/aws-ami
...
AWS AMI: Make the serial console access useful.
2021-08-21 19:21:30 -04:00
Van Tuan Vo
c8e3441961
nixos/fluidd: init fluidd service at 1.16.2
2021-08-21 23:32:52 +02:00
Sandro
2ad547e9c8
Merge pull request #133635 from fgaz/staticjinja/4.1.0
2021-08-21 21:19:10 +02:00
Antoine Eiche
07f85e36e9
nixos/tests/kbd-update-search-paths: explicitly import re
2021-08-21 18:56:03 +02:00
Jonathan Ringer
25dcd0b3c0
nixos/manual: mention qtile bump
2021-08-21 08:10:30 -07:00
Jonathan Ringer
4867ebd8c5
nixos/qtile: update start command
2021-08-21 08:10:30 -07:00
Francesco Gazzetta
ea4697e414
staticjinja: 3.0.1 -> 4.1.0
2021-08-21 13:35:12 +02:00
Robert Hensing
a1cdf552dc
Merge pull request #134008 from aanderse/httpd
...
nixos/httpd: add virtualHosts.<name>.listenAddresses option
2021-08-21 09:30:35 +02:00
Vladimír Čunát
96193ea998
nixos/hardware.firmware: fix evaluation after PR #122463
...
NixOS jobsets on Hydra were failing evaluation because of this.
The alias has no other occurrence in NixPkgs.
2021-08-21 09:20:16 +02:00
Luke Granger-Brown
eab1226578
Merge pull request #134782 from dminuoso/dovecot-allow-any-protocol
...
nixos/dovecot: Allow any or no protocol
2021-08-21 03:39:15 +01:00
Jörg Thalheim
9b962429be
Merge pull request #133014 from Mic92/fix-pam
...
nixos: reduce pam files rebuilds on updates
2021-08-20 23:23:42 +01:00
Jörg Thalheim
1645acf1d3
nixos: reduce pam files rebuilds on updates
...
Before whenever environment variables changed, pam files had to be
rebuild.
This is expensive since each file needs its own sandbox set up.
2021-08-20 23:43:30 +02:00
Jacek Galowicz
6a29f7f504
Merge pull request #134984 from blaggacao/fix-125992-2
...
fix 125992 2
2021-08-20 22:06:53 +02:00
Sandro
d4eb822028
Merge pull request #128189 from c0deaddict/feature/nats-service
...
nixos/nats: init
2021-08-20 22:00:59 +02:00
David Arnold
bd2cfa771e
nixos/test: some test fixes in succession of #125992
2021-08-20 14:36:52 -05:00
David Arnold
c1fcae3e88
nixos/test: some test fixes in succession of #125992
2021-08-20 14:36:48 -05:00
David Arnold
2832896c5b
nixos/test: some test fixes in succession of #125992
2021-08-20 13:38:22 -05:00
Your Name
c042c1a1f8
NixOS AWS AMI: Create boot entries for each system generation
2021-08-20 14:02:11 -04:00
Nikolay Amiantov
bd18e491a9
fontconfig service: drop dpi option
...
Recommend to use services.xserver.dpi option instead. Mention in the
documentation that it's a sledgehammer approach and monitor settings should be
used instead.
Also don't set DPI in fontconfig settings; fontconfig should use Xft settings
by default so let's not override one value in multiple places. For example,
user now can set DPI via ~/.Xresources properly.
2021-08-20 16:55:07 +00:00
Your Name
1b79176310
NixOS AWS AMI: enable the serial console on ttyS0
2021-08-20 12:42:02 -04:00
Your Name
54aa35d40e
NixOS AWS AMI: Configure Grub's serial console
...
See:
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-os.html
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/grub.html
2021-08-20 11:22:45 -04:00
Your Name
bfd2f800ee
NixOS AMI: Give grub a 1s timeout now that AWS has emergency console access.
...
See:
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-os.html
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/grub.html
2021-08-20 11:22:39 -04:00
Your Name
0ccd6448d6
NixOS AWS AMI: Set the console to 115200n8
...
See:
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-os.html
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/grub.html
2021-08-20 11:15:31 -04:00
Timothy DeHerrera
3cc7e2f037
Merge pull request #115927 from input-output-hk/fix-deleted-sockets-restart
...
nixos/switch-to-configuration: don't try restart deleted sockets
2021-08-20 08:33:42 -06:00
Timothy DeHerrera
066bcd954f
Merge pull request #117476 from jbgi/systemd-journald@
...
nixos/systemd: add namespaced (templated) journald sockets and service
2021-08-20 08:32:05 -06:00
Aaron Andersen
98e354074f
nixos/httpd: add virtualHosts.<name>.listenAddresses option
2021-08-20 10:29:16 -04:00
Jacek Galowicz
85e131e51a
Merge pull request #125992 from blaggacao/nixos-test-ref/04-better-control-test-env-symbols
...
nixos test ref/04 better control test env symbols
2021-08-20 11:25:52 +02:00
David Arnold
db614e11d6
nixos/tests/test-driver: better control test env symbols
...
Previous to this commit, the entire test driver environment was shared
with the actual python test environment.
This is a hefty api surface. This commit selectively exposes only those
symbols to the test environment that are actually meant to be used by
tests.
2021-08-19 23:55:26 -05:00
happysalada
abeef13d12
caddy: add virtualHosts stub
2021-08-20 12:21:19 +09:00
Sandro
6cbfbcda92
Merge pull request #134537 from fgaz/shattered-pixel-dungeon/1.0.0
...
shattered-pixel-dungeon: 0.9.3 -> 1.0.0
2021-08-19 21:37:45 +02:00
Kid
3b27d83fa5
nixos/v2ray: update reference links
2021-08-19 19:53:45 +08:00
Victor Nawothnig
10933c5ccf
nixos/dovecot: Allow any or no protocol
2021-08-19 11:59:43 +02:00
Jean-Paul Calderone
808125fff6
deluge-1_x: Remove older version of Deluge ( #134448 )
...
Deluge 1.x requires Python 2 which upstream has end-of-lifed. Deluge depends
on pythonPackages.twisted, Python 2 support for which upstream has
nowdropped. If pythonPackages.twisted is upgraded then Deluge 1.x breaks.
So, remove it instead of leaving it broken.
Deluge 2.x (deluge-2_x) is available and continues to work.
2021-08-19 09:18:18 +02:00
Wael M. Nasreddine
eab36fabf6
config.hardware.onlykey: update the udev rules for onlykey
...
The udev rules were updated upstream without an explanation as you can
see in [this comment][commit].
[commit]: 0bcf928ada
2021-08-18 19:25:42 -07:00
Wael M. Nasreddine
1f9e019260
config.hardware.onlykey: move the module into its own folder
2021-08-18 19:25:40 -07:00
Jos van Bakel
1002ce25a0
nixos/nats: init
2021-08-18 20:18:08 +02:00
Finn Behrens
cc927c650b
nixos/moodle: revert to php74 for xmlrpc extension
2021-08-18 19:05:48 +02:00
Andreas Rammhold
ae61a14242
Merge pull request #123046 from Flakebi/paperless
...
paperless-ng: init at 1.4.5
2021-08-18 14:39:03 +02:00
Elis Hirwing
6567c223ef
Merge pull request #133716 from misuzu/syncoid-permissions
...
nixos/syncoid: add global and per-dataset permissions options
2021-08-18 08:18:56 +02:00
zowoq
f9c6dd42d9
Merge pull request #131981 from maxeaubrey/nomad_1.1.3
...
nomad_1_1: 1.1.2 -> 1.1.3, nomad_0_12: drop
2021-08-18 07:02:47 +10:00
Kim Lindberger
7f857f1c32
Merge pull request #133611 from talyz/discourse-2.7.7
...
discourse: 2.7.5 -> 2.7.7, plugin updates and fixes
2021-08-17 22:56:55 +02:00
Francesco Gazzetta
ea300d1e2d
shattered-pixel-dungeon: 0.9.3 -> 1.0.0
2021-08-17 22:40:48 +02:00