Tomas Antonio Lopez
9e6f9c6d83
nixos/sourcehut: remove usages of 'with lib;'
...
Inherit library attributes at a finer granularity, instead.
2023-11-27 08:22:48 -03:00
Tomas Antonio Lopez
ba6817ed22
nixos/sourcehut: add myself as maintainer
2023-11-27 08:22:48 -03:00
Tomas Antonio Lopez
087c83f45c
nixos/sourcehut: reformat expressions using nixpkgs-fmt
2023-11-27 08:22:48 -03:00
Lin Jian
fbbbcfb879
Merge pull request #264661 from schoettl/dolibarr-with-package
...
nixos/dolibarr: add package option
2023-11-26 20:41:10 -06:00
Maciej Krüger
b63af5d7ea
Merge pull request #265728 from nbraud/nixos/sudo-rs/ssm-agent
2023-11-26 21:37:15 +01:00
Maciej Krüger
cdd67575e7
Merge pull request #265722 from nbraud/nixos/sudo-rs/btrbk
2023-11-26 21:36:20 +01:00
Sandro Jäckel
960527707b
nixos/mediawiki: don't clear default installed extensions
2023-11-26 20:29:49 +01:00
Jörg Thalheim
501680a656
nixos/telegraf: include procps if procstat input is configured
2023-11-26 20:26:48 +01:00
Sandro Jäckel
8ae9c8640c
nixos/mediawiki: don't assume language of main page
...
The mainpage might be named Hauptseite and mediawiki redirects from
/wiki/ on its own to there
2023-11-26 19:59:32 +01:00
Sandro Jäckel
f68be841c9
nixos/mediawiki: use fastcgi.conf file which contains extra parameter
2023-11-26 19:59:32 +01:00
Jörg Thalheim
f468e0d111
nixos/mediawiki: quote shell flags passed to installer
2023-11-26 17:25:14 +01:00
Jörg Thalheim
0bd8759d1c
nixos/mediawiki: drop sqlite variant
...
Probably no one ever tested this, mediawiki tries to create the database inside the read-only
package. There might be a proper fix but for now it's better to not advertise unsupported options.
2023-11-26 17:25:14 +01:00
Sandro
e580ab8c3e
nixos/mediawiki: update url option defaultText
2023-11-26 17:24:15 +01:00
3JlOy_PYCCKUI
64002ec9b0
nixos/torrentstream: init
2023-11-26 16:36:48 +02:00
Pierre Bourdon
c6c20c63b4
Merge pull request #269954 from imincik/fix-tmate-ssh-server-module
...
nixos/tmate-ssh-server: fix tmate-client-config script
2023-11-26 12:42:09 +01:00
Ivan Mincik
df254b2dd2
nixos/tmate-ssh-server: fix tmate-client-config script
2023-11-26 09:34:51 +01:00
Lin Jian
5ba42a0de2
Merge pull request #260902 from LDprg/master
...
preload: init at 0.6.4
2023-11-25 23:29:40 -06:00
Mario Rodas
1744e3fa01
Merge pull request #266675 from anthonyroussel/sonic-server-nixos
...
nixos/sonic-server: init
2023-11-25 23:45:16 -05:00
LDprg
a0f5d5e500
nixos/preload: init
2023-11-25 20:07:10 +01:00
Lassulus
b821ac8070
Merge pull request #267278 from Stunkymonkey/nixos-packages-docu-fix
...
nixos/nextcloud: fix docu of packages
2023-11-25 18:48:28 +01:00
Maciej Krüger
7b1e146a49
Merge pull request #266477 from duament/nixos-nat-nftables
...
nixos/nat: fix nat-nftables
2023-11-25 12:58:48 +01:00
Nick Cao
9ad7bc9180
Merge pull request #269613 from jpds/caddy-restart-sec-typo
...
nixos/caddy: Fixed RestartSec typo
2023-11-24 09:41:10 -05:00
Chris Marchesi
54020c36a2
nixos/xscreensaver: init module
...
This adds a NixOS module for XScreenSaver (from @aidalgol in #130218 ,
with a few updates).
The module:
* Installs XScreenSaver
* Sets up a suid wrapper for xscreensaver-auth
* Sets up a user service for xscreensaver
The suid wrapper should function correctly when xscreensaver is
installed via the derivation update in 40a00547b71.
Co-authored-by: Aidan Gauland <aidalgol@fastmail.net>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-11-24 08:53:00 -03:00
Jonathan Davies
a1163912c2
nixos/caddy: Fixed RestartSec typo.
2023-11-24 11:03:32 +00:00
Jonas Heinrich
8f3f6a2a77
nixos/invoiceplane: Add settings option
2023-11-24 10:25:46 +00:00
happysalada
e5b0b76105
nixos/clamav: add fangfrisch updater
2023-11-24 09:09:46 +00:00
Robert Hensing
779e50580c
Merge pull request #224611 from srhb/kafka-settings-module
...
Kafka: Settings and KRaft support
2023-11-23 17:35:29 +01:00
sinanmohd
da35c07d23
nixos/seatd: add readiness notification
2023-11-23 13:50:14 +11:00
sinanmohd
9796cbb021
nixos/seatd: init
2023-11-23 13:50:14 +11:00
Vincent Ambo
b2f67d3f48
nixos/nix-serve: fix module compatibility with unflaked Nix
...
The option `extra-allowed-users` was introduced in Nix 2.4, and fails
config validation on Nix 2.3.
2023-11-23 00:03:31 +03:00
Andrew Morgan
54b7a39646
peertube: Clarify option descriptions of listenHttp
, listenWeb
, enableWebHttps
2023-11-22 21:15:36 +01:00
Nick Cao
0840c28c43
Merge pull request #268991 from undefined-moe/mongodb-exporter
...
add prometheus-mongodb-exporter
2023-11-22 09:29:50 -05:00
datafoo
480f5b14e3
nixos/syncoid: add possibility to use string type for sshKey options
...
The sshKey options do not need to be a valid path at build time. Using
string instead allow use case when the path is not known at build time
such as when using systemd credentials (e.g. `sshKey =
"\${CREDENTIALS_DIRECTORY}/zfs-replication_ed25519";`).
2023-11-22 10:57:58 +01:00
Sarah Brofeldt
cfe3ca1f2f
nixos/apache-kafka: Add manual chapter
2023-11-22 06:47:09 +01:00
Sarah Brofeldt
45f84cdfd5
nixos/apache-kafka: structured settings
...
- Use lazyAttrs (for config references) settings for main server.properties.
- Drop dangerous default for "log.dirs"
- Drop apache-kafka homedir; unused and confusing
- Support formatting kraft logdirs
2023-11-22 06:47:08 +01:00
happysalada
eb746540a9
nixos/clamav: run as clamav user not root
2023-11-22 03:08:30 +00:00
happysalada
ef6b8ff15a
nixos/clamav: use state and runtime directory
2023-11-22 03:08:30 +00:00
undefined
b46ec2c40f
nixos/prometheus-mongodb-exporter: init module
2023-11-22 09:42:27 +08:00
Lassulus
ac1a9af078
Merge pull request #267445 from RTUnreal/add-dynamic-pw-loading-factorio
...
factorio: add dynamic game-password and login credentials loading
2023-11-21 23:46:51 +01:00
RTUnreal
decdfde011
improve documentation of new options
2023-11-21 20:52:30 +01:00
Vladimír Čunát
35a3cb94c6
Merge #269032 : GNOME: 44 -> 45
2023-11-21 20:49:59 +01:00
RTUnreal
648ffcecae
fix some errors
2023-11-21 20:29:43 +01:00
ners
ed31e0235e
treewide: replace broken udev paths with systemd
2023-11-21 15:09:38 +01:00
Jan Tojnar
b32a490b14
nixos/gnome: Do not install Photos
...
829b9aacc5
2023-11-21 09:21:55 +01:00
Bobby Rong
39a1279b4d
nixos/desktop-managers: Add xdg.portal.config or xdg.portal.configPackages
...
See the changes in x-d-p 1.17 for details.
2023-11-21 08:42:17 +01:00
Bobby Rong
d7a8877d9d
nixos/xdg/portal: Add config and configPackages option
...
In x-d-p 1.17, when no configs are given, you apps will likely not
able to find a backend. Let users aware of the changes.
2023-11-21 08:42:10 +01:00
Bobby Rong
511d457142
nixos/gnome: Replace eog with loupe
...
ad3b4ca520
Acked-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:54 +01:00
Bobby Rong
14fb201c7c
nixos/gnome: Replace cheese with snapshot
...
f2b0abe388
Acked-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:50 +01:00
Bobby Rong
3bdcdae69d
gnome.gnome-initial-setup: 44.0 → 45.beta
...
https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/compare/44.0...45.beta
Install dconf presets: 0c607f104e
Use tecla: 3dcb8709ba
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
2023-11-21 08:41:32 +01:00
Atemu
cfe0155154
Merge pull request #268324 from Janik-Haag/nixos-firewall-tool
...
nixos/firewall: install nixos-firewall-tool for iptables by default
2023-11-20 23:23:24 +01:00