github-actions[bot]
e79f8fd118
Merge master into staging-next
2023-08-25 18:00:58 +00:00
Lin Jian
85217382d6
pass: stop installing password-store.el
...
password-store.el is on MELPA so it is available in Nixpkgs as
emacs.pkgs.password-store.
Using emacs.pkgs.password-store is preferred because of better package
quality:
- Emacs lisp package dependencies are automatically installed
- byte-compilation is done
- native-compilation is done
2023-08-25 12:33:54 +08:00
github-actions[bot]
a451dcf514
Merge master into staging-next
2023-08-24 06:01:14 +00:00
Nick Cao
8d524e610b
Merge pull request #249502 from oddlama/feat-influxdb-provision-full
...
nixos/influxdb2: add provisioning and nixos tests
2023-08-24 08:55:38 +08:00
github-actions[bot]
3e9e11f99a
Merge master into staging-next
2023-08-23 18:01:00 +00:00
Benjamin Staffin
12b3178bd2
nixos/hddfancontrol: initial module & test
2023-08-23 13:25:29 -04:00
oddlama
8b5b7def91
nixos/influxdb2: add org, bucket, users and auth provisioning
2023-08-23 14:46:52 +02:00
github-actions[bot]
f6d3a09e06
Merge staging-next into staging
2023-08-20 06:01:25 +00:00
github-actions[bot]
1bb285561e
Merge master into staging-next
2023-08-20 06:00:56 +00:00
Bobby Rong
5f75be53ea
Merge pull request #249712 from bobby285271/upd/cinnamon-qt-style
...
nixos/cinnamon: Override Qt apps style again
2023-08-20 11:35:23 +08:00
github-actions[bot]
8a62479e06
Merge staging-next into staging
2023-08-20 00:03:24 +00:00
github-actions[bot]
f6a4c6f912
Merge master into staging-next
2023-08-20 00:02:29 +00:00
Martin Weinelt
7c75694db9
Merge pull request #240982 from rnhmjoj/pr-jool
...
nixos/jool: add service for setting up SIIT/NAT64
2023-08-19 23:32:05 +02:00
Bobby Rong
26adac4d27
nixos/cinnamon: Override Qt apps style again
...
Use gtk2 to follow Mint's decision for now.
2023-08-17 17:08:29 +08:00
Izorkin
272b35bc91
mariadb-connector-c: enable default v3.3.x
2023-08-15 21:02:28 +03:00
github-actions[bot]
674c2b1920
Merge master into staging-next
2023-08-14 18:01:03 +00:00
Maximilian Bosch
a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
...
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
github-actions[bot]
af70853335
Merge master into staging-next
2023-08-14 12:01:04 +00:00
Alejandro Angulo
874e431f7a
rl-2311: mention upgrade of html-proofer to major version 5
2023-08-14 11:26:50 +00:00
github-actions[bot]
b782e1dc08
Merge master into staging-next
2023-08-14 06:00:58 +00:00
Bobby Rong
85efefd8f4
Merge pull request #248544 from bobby285271/rm/qgnomeplatform
...
nixos/pantheon, nixos/cinnamon: Drop qgnomeplatform
2023-08-14 10:49:10 +08:00
github-actions[bot]
12e030d6da
Merge master into staging-next
2023-08-13 18:00:59 +00:00
Jonas Heinrich
c5f4a46036
nixos/opensnitch: Add support for EPBF process monitor
...
Co-authored-by: Slime90
2023-08-13 22:19:48 +08:00
Atemu
5f98e7c92b
Merge pull request #247357 from atorres1985-contrib/emacs-update
...
emacs: update to 29.1
2023-08-13 16:15:36 +02:00
Bobby Rong
ddd4973ddb
nixos/cinnamon: Drop qgnomeplatform
...
The upstream is not maintained, and qadwaitadecoration
does not seem to be xorg-related. We should have proper
shadows when using SSD.
2023-08-13 12:21:54 +08:00
Bobby Rong
f4e1e8627d
nixos/pantheon: Drop qgnomeplatform
...
The upstream is not maintained, and qadwaitadecoration
does not seem to be xorg-related. We should have proper
shadows when using SSD.
2023-08-13 12:21:54 +08:00
github-actions[bot]
9f3079a7c3
Merge master into staging-next
2023-08-12 12:01:01 +00:00
Jan Tojnar
622745942b
nixos/gnome: Do not force Qt apps to Adwaita
...
adwaita-qt tries valiantly to ensure a visual consistency
but unfortunately, it often falls into an uncanny valley instead.
Let’s make it opt-in again for more vanilla default experience.
Related: https://pagure.io/fedora-workstation/issue/351
2023-08-12 10:29:34 +02:00
Anderson Torres
46865e7ab8
rl-2311: mention emacs-29 update
...
Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: adisbladis <adisbladis@gmail.com>
Co-authored-by: asymmetric <lorenzo@mailbox.org>
2023-08-10 23:45:09 -03:00
github-actions[bot]
66d14ccd84
Merge staging-next into staging
2023-08-08 06:01:31 +00:00
Franz Pletz
9640eb3970
Merge pull request #246029 from ehmry/eris-go
2023-08-08 06:18:03 +02:00
github-actions[bot]
b536c72108
Merge staging-next into staging
2023-08-06 12:02:05 +00:00
Nick Cao
90c77d8891
Merge pull request #246842 from frederictobiasc/mautrix-whatsapp-module
...
nixos/mautrix-whatsapp: init
2023-08-06 03:21:25 -06:00
github-actions[bot]
687b501234
Merge staging-next into staging
2023-08-05 18:01:37 +00:00
Maximilian Bosch
2ddb1453e6
nixos/nextcloud: make php settings additive
...
Right now, the settings aren't additive which means that when I do
services.nextcloud.phpOptions."opcache.interned_strings_buffer = "23";
all other options are discarded because of how the module system works.
This isn't very nice in this case, though because wanting to override
a single option doesn't mean I want to discard the rest of the -
reasonable - defaults. Hence, the settings are showed as default in the
option's manual section, but are added with normal priority.
That means, to override _all_ options at once, an expression like
services.nextcloud.phpOptions = mkForce {
/* ... */
};
is needed. This is also way more intuitive IMHO because the `mkForce`
explicitly tells that everything will be modified.
Also, APCu enable and the memory & file-size limits are also written
into `services.nextcloud.phpOptions` rather than adding them
silently before passing all options to the PHP package. This has the
benefit that users will realize on evaluation time that they configured
options that would otherwise be set by the module on its own.
2023-08-05 11:58:11 +02:00
Vladimír Čunát
d5732d9669
Merge branch 'staging-next' into staging
2023-08-05 07:45:29 +02:00
Jan Malakhovski
775f21b9fd
doc: add a release note about proper sourceRoot
usage
2023-08-03 16:32:06 +00:00
jthulhu
e85228766c
pharo: old -> 10.0.5
2023-08-03 16:57:58 +02:00
Martin Weinelt
667c4f2dc6
Merge pull request #224635 from helsinki-systems/drop/dhcpd
...
dhcpd: remove
2023-08-03 15:12:06 +02:00
Martin Weinelt
f699824f6e
python310Packages.django: migrate to django_4
...
3.2 LTS ran out of mainstream support in 2021/12 and we should probably
stay on the latest LTS release, that receives mainstream support.
2023-08-03 14:35:34 +02:00
Frédéric Christ
a71889c042
mautrix-whatsapp: Add release notes
2023-08-02 21:38:12 +02:00
Bruno BELANYI
8bbf6a3281
release-notes: note breaking woodpecker update
2023-08-01 11:05:08 +00:00
Alexandre Iooss
24a04f48c1
suricata: 6.0.13 -> 7.0.0
2023-08-01 11:04:18 +00:00
Maximilian Bosch
9f6ed8c2b2
nixos/release-notes: use redis as example for extras in synapse
...
postgres isn't such a good idea actually because it's added by default
to the wrapper.
2023-07-31 19:27:22 +02:00
Maximilian Bosch
638460ab9f
nixos/release-notes: reword section for synapse wrapper changes
2023-07-31 18:20:29 +02:00
digital
9d78971007
nixos/boot/initrd-network: add option to enable udhcpc ( #240406 )
...
In some setups, and especially with sytemd-networkd becoming more widely
used, networking.useDHCP is set to false. Despite this, it may be useful
to have dhcp in the initramfs.
2023-07-31 16:08:56 +02:00
Weijia Wang
2d69842838
Merge pull request #245931 from soupglasses/pkg/ns-usbloader-7.0
...
ns-usbloader: init at 7.0
2023-07-31 11:56:30 +02:00
Sofi
3273352d05
ns-usbloader: init at 7.0
2023-07-29 19:28:32 +02:00
Emery Hemingway
354821c1e8
nixos/eris-server: init
2023-07-29 11:56:58 +01:00
rewine
4e90ab6cca
release-notes: add new services wayfire
2023-07-28 18:58:20 -03:00