Alyssa Ross
ada1d87767
python3.pkgs.graphite_beacon: remove
...
Due to lack of maintenance. It is not compatible with the default
Python version (due to the tornado 5) dependency, and doesn't look
like it will be any time soon.
2022-07-10 09:17:23 +00:00
Robert Hensing
613e768608
Merge pull request #179801 from hercules-ci/fix-footgun-dockerTools-buildImage-contents
...
dockerTools.buildImage: Add copyToRoot to replace contents, explain usage
2022-07-07 09:51:41 +02:00
Robert Hensing
e007eb480c
dockerTools.buildImage: Add copyToRoot to replace contents, explain usage
2022-07-06 07:30:24 +02:00
Kevin Cox
568d2e77f4
nixos.redis: Fix disabling of RDB persistence.
...
I was under the impression that setting `services.redis.servers.<name>.save = []` would disable RDB persistence as no schedule would mean no persistence. However since the code did not handle this case specially it actually results in no `save` setting being written and the internal Redis default is used.
This patch handles the empty case to disable RDB persistence.
Disabling RDB persistence is useful in a number of scenarios:
1. Using Redis in a pure-cache mode where persistence is not desired.
2. When using the (generally superior) AOF persistence mode this file is never read so there is little point to writing it.
3. When saving is handled manually
For more information see https://redis.io/docs/manual/persistence/
This is a breaking change as the user may have been relying on `[]` using Redis defaults. However I believe that updating the behaviour for the next release is beneficial as IMHO it is less surprising and does what the user would expect. I have added release notes to warn about this change.
2022-07-05 07:37:38 -04:00
Ryan Burns
3854cf7eeb
Merge pull request #173127 from aidalgol/teensy-udev-rules
...
teensy-udev-rules: init at version 2022-05-15
2022-07-03 14:05:07 -07:00
Guillaume Girol
dbc86c1be8
Merge pull request #176595 from symphorien/appimage-run-doc
...
nixos/doc: explain how to run appimages
2022-07-03 20:36:21 +00:00
José Romildo Malaquias
f72be3af76
Merge pull request #179220 from romildo/fix.xfconf
...
nixos/xfconf: init
2022-06-30 07:39:27 -03:00
Aidan Gauland
0cb24e2d32
teensy-udev-rules: init at version 2022-05-15
...
Add udev rules for the Teensy family of microcontrollers so that they can be
flashed as non-root users.
2022-06-29 11:45:50 +12:00
Alex Wied
4d269d11e3
nixos/doc: Fix typo in activation-script.md
2022-06-28 17:46:16 -04:00
Florian Klink
4c6b6482f9
Merge pull request #178841 from Madouura/dev/zfs
...
release-notes: move zfs update from 22.11 to 22.05
2022-06-27 10:12:02 +07:00
Kevin Cox
3f13b3fb7e
Merge pull request #179194 from gravndal/supportedLocales
...
nixos/i18n: include locales from extraLocaleSettings in supportedLocales
2022-06-26 18:03:55 -04:00
Gaute Ravndal
d534fa7085
nixos/i18n: include locales from extraLocaleSettings in supportedLocales
2022-06-27 00:02:04 +02:00
José Romildo
d18aeb6351
nixos/xfconf: init
...
- Add a module for xfconf, the Xfce configuration storage system.
2022-06-26 14:29:01 -03:00
José Romildo Malaquias
c7c3c6586c
Merge pull request #179108 from romildo/fix.thunar
...
nixos/thunar: init
2022-06-26 13:22:15 -03:00
José Romildo
bb5ec4625a
nixos/thunar: init
...
- Add a module for the thunar file manager, which depends on the xfconf dbus service, and also has a dbus service and a systemd unit.
- Renames the option services.xserver.desktopManager.xfce.thunarPlugins to programs.thunar.plugins.
2022-06-26 12:22:07 -03:00
Matthias Thym
48ee6e1663
Merge branch 'master' into update/bsp-layout-unstable-2022-06-19
2022-06-26 14:06:53 +02:00
Thomas Depierre
fc658c86f7
riak, nixos/riak: remove
...
Riak have been updated a lot since the version 2.2 (now 3.0.10) but
has seen no updated to the package. This is at this point
a problem forcing us to maintain old versions of erlang.
We would be happy to re accept a newer version of Riak if someone want
to spend the time to set it up.
2022-06-25 15:51:18 -04:00
Thiago Kenji Okada
66e8dceabc
Merge pull request #167907 from Misterio77/argonone-module
...
nixos/argonone: init
2022-06-25 10:48:22 +01:00
K900
9ce75f675e
nixos/doc: regenerate
...
Fixes whatever happened there.
2022-06-25 11:58:44 +03:00
Vladimír Čunát
24b43564ff
Merge #177318 : nixos/i18n: reduce default supportedLocales
2022-06-25 10:29:27 +02:00
Gabriel Fontes
17fc78ea58
nixos/argonone: init
2022-06-24 21:20:32 -03:00
Martin Weinelt
a24431e56f
Merge pull request #162808 from mweinelt/schleuder
...
schleuder: init
2022-06-24 21:38:22 +02:00
Linus Heckemann
e608c54d58
rl-2211: document schleuder addition
2022-06-24 15:30:16 -04:00
Madoura
93b55ffb00
release-notes: move zfs update from 22.11 to 22.05
2022-06-24 03:07:06 -05:00
Madoura
8cfcee74b1
zfs: 2.1.4 -> 2.1.5
2022-06-23 15:04:46 -05:00
Bernardo Meurer
c7eacbf87e
Merge pull request #177672 from hercules-ci/nixos-generate-config-add-nixpkgs.system
...
nixos-generate-config: Add nixpkgs.hostPlatform to hardware-configuration.nix
2022-06-23 12:18:20 -04:00
Bobby Rong
045b9096ac
Merge pull request #176896 from theHedgehog0/xplr-0-19-update
...
xplr: 0.18.0 -> 0.19.0
2022-06-23 19:20:17 +08:00
Robert Hensing
1b4f4ddb5b
release-notes: Add nixpkgs.hostPlatform changes
2022-06-21 14:22:37 +02:00
Robert Hensing
e2c261f2c0
Merge pull request #176146 from pennae/module-docs-markdown
...
treewide: markdown option docs
2022-06-21 13:16:02 +02:00
Sandro
b3df41c011
Merge pull request #177913 from Yarny0/clickshare
...
{nixos/,}clickshare-csc1: remove (qt4)
2022-06-20 15:55:24 +02:00
Matthias Thym
caed3fca4b
bsp-layout: add breaking change to 22.11 release notes
2022-06-19 15:20:37 +02:00
Yarny0
bd86db1833
{nixos/,}clickshare-csc1: remove (prepare Qt4 removal)
...
Qt4 is on it's way out, according to
https://github.com/NixOS/nixpkgs/pull/174634
Barco's ClickShare driver/client requires Qt4;
an update isn't in sight anywhere.
To prepare for the removal of Qt4,
the commit at hand removes the
ClickShare package and its NixOS module.
The release notes are appended with a hint about the
removal and some alternatives that might help users
that are still in need of the driver/client functionality.
2022-06-18 11:47:08 +02:00
Thiago Kenji Okada
4cf04594a9
Merge pull request #172660 from NickCao/nvidia-open
...
nvidia-open: init at 515.43.04
2022-06-17 18:59:32 +01:00
superherointj
a6a0c44760
k3s: remove docker support
2022-06-15 16:40:29 -03:00
Silvan Mosberger
8f8db59c0e
Merge pull request #163617 from hercules-ci/lib-types-deferredModule
...
lib.types: Add deferredModule
2022-06-15 13:23:43 +02:00
Robert Hensing
d9dccae07c
nixos/doc: Hold off on NixOps 2 info until released
2022-06-14 23:23:41 +02:00
Robert Hensing
dfd98a5da2
lib.deferredModule: Make it properly singular
2022-06-14 23:01:27 +02:00
Robert Hensing
4746f6d03e
lib.types: Add deferredModule
2022-06-14 23:01:23 +02:00
Billy J Rhoades II
8e97f29c01
ngrok: 2.3.40 -> 3.0.4
...
ngrok 3 was released this morning. Changelog from v2 is here:
https://ngrok.com/docs/ngrok-agent/changelog
And a detailed upgrade guide is here:
https://ngrok.com/docs/guides/upgrade-v2-v3
Notably, arguments must now be double hyphens: `--token`. Previously,
single hyphens were accepted but those invocations will now error.
2022-06-13 14:53:58 -07:00
Matthieu Coudron
a1ad235743
vimUtils: deprecate configure.pathogen ( #154814 )
...
pathogen does not bring any value compared to vim native packages so
remove it to ease maintainance burden.
2022-06-13 15:25:46 +02:00
pennae
320aa2a791
treewide: attempt at markdown option docs
2022-06-12 12:44:38 +02:00
Florian Klink
2b9be3117e
Merge pull request #177010 from flokli/make-kexec
...
nixos/modules/installer/kexec/kexec-boot.nix: move into nixos/lib, expose `kexec` nixos/release.nix
2022-06-12 10:07:35 +02:00
Sandro Jäckel
515b36c093
nixos/i18n: don't build all supportedLocales by default
2022-06-11 23:29:29 +02:00
Soham Sen
feff6ddbe7
expressvpn: init at 3.25.0.13
2022-06-11 17:10:33 +05:30
Florian Klink
06aa64684c
nixos/doc: document how to use kexecTree
...
This documents how to build kexec artifacts.
2022-06-09 20:08:34 +02:00
Elis Hirwing
e91811bbe1
php74: Drop PHP 7.4 and add aliases throwing an error
2022-06-08 18:11:55 +02:00
Mr Hedgehog
276699cdac
xplr: 0.18.0 -> 0.19.0
2022-06-08 08:48:29 -04:00
Sandro
be96e24124
Merge pull request #163226 from lodi/persistent-evdev
...
persistent-evdev: init at unstable-2022-01-14
2022-06-07 23:46:13 +02:00
Ben Siraphob
033da0465f
Merge pull request #176418 from Yureien/init/dragonflydb
...
dragonflydb: init at 0.1.0
2022-06-07 14:02:26 -07:00
lodi
3f1ec25f90
persistent-evdev: init at unstable-2022-01-14
2022-06-07 13:20:52 -04:00