Jappie3
16cdde8008
nixos/kanidm: add extraJsonFile option to allow provisioning from a json file
2025-03-01 23:12:29 +01:00
happysalada
4fac925299
nixos/cloudflare-dyndns: fix missing home error
2025-03-01 16:03:52 -05:00
Hugo Cartigny (BlueskyFR)
f7548cccda
nixos/light: add minBrightness option
...
Make the minimum brightness level configurable instead of using an arbitrary value of 0.1.
2025-03-01 20:33:31 +01:00
Faye Duxovni
87806c913c
nixos/syncthing: prevent enabling overrideFolders and autoAcceptFolders simultaneously ( #321872 )
...
* syncthing: prevent enabling overrideFolders and autoAcceptFolders simultaneously
* Fix href in services.syncthing.overrideFolders default text
2025-03-01 14:36:50 +01:00
Maximilian Bosch
2cf427c045
Merge: nextcloud31: init at 31.0.0 ( #385060 )
2025-03-01 13:47:45 +01:00
Kamillaova
a1226737a4
nixos/postfixadmin: use config.services.postgresql.settings.port
instead of old ...postgresql.port
2025-03-01 15:09:35 +03:00
Kamillaova
bab7f1e99e
nixos/postfixadmin: add set -o pipefail
for postfixadmin-postgres
script
2025-03-01 15:09:34 +03:00
Kamillaova
2de264f209
nixos/postfixadmin: refactor
2025-03-01 15:09:13 +03:00
Kamillaova
c0c3fa6a78
nixos/postfixadmin: format with nixfmt-rfc-style
2025-03-01 15:08:14 +03:00
Maximilian Bosch
303bd80713
Merge: nixos/nginx: add locations."name".uwsgiPass option and use it ( #346776 )
2025-03-01 12:34:20 +01:00
Maximilian Bosch
be4fd8fdf2
nixos/nextcloud: update docs
...
* Update related packages for pkg option.
* Add release notes.
2025-03-01 11:58:54 +01:00
Bruno BELANYI
0c4bc741cf
nixos/radarr,lidarr,readarr,whisparr,prowlarr: add settings option ( #384052 )
2025-03-01 09:10:11 +00:00
Silvan Mosberger
b602f86829
nixos/users-groups: Catch invalid usernames early
...
Prevents running into the problem from the parent commit in the first
place.
2025-02-28 22:33:55 +01:00
Silvan Mosberger
8181d2a7c1
nixos/user-groups: Don't double-UTF8-encode subUidMapFile
...
Because with it only being single-UTF8-decoded, this lead to the file
~doubling in size whenever it contained any non-ascii characters!
2025-02-28 21:55:12 +01:00
Samuel Dionne-Riel
6ec6eae586
Revert "nixos/grub: generate BLS entries"
2025-02-28 14:30:10 -05:00
Michele Guerini Rocco
6bf084c4ea
nixos/grub: generate BLS entries ( #95901 )
2025-02-28 15:12:36 +01:00
zowoq
31782c65e2
rasdaemon: 0.8.0 -> 0.8.2 ( #369375 )
2025-02-28 21:47:15 +10:00
Bruno BELANYI
e44a5f7f21
tandoor_recipes: use static user and group instead of DynamicUser ( #382858 )
2025-02-28 10:11:21 +00:00
Matei Dibu
f91b6f3581
nixos/rasdaemon: add package option
2025-02-28 11:46:35 +02:00
rnhmjoj
435a72e469
nixos/grub: generate BLS entries
2025-02-28 09:51:20 +01:00
Pol Dellaiera
56e88da108
rebuilderd: init at 0.22.1 ( #343334 )
2025-02-28 09:14:08 +01:00
Sandro
32d2826f35
nixos/archtika: init at 1.0.1 ( #365218 )
2025-02-27 23:56:06 +01:00
Sandro
d1c535f62a
nixos/user-groups: add a toggle for user account creation ( #358646 )
2025-02-27 23:47:20 +01:00
Sandro
511e62f5ec
nixos/soju: add option to overwrite generated configFile ( #340583 )
2025-02-27 23:34:58 +01:00
Sandro
291fe081dc
netclient: add network-online dependency to get rid of warning ( #371276 )
2025-02-27 23:28:17 +01:00
Sandro Jäckel
36a3c6c11d
nixos/paperless: move paperless-manage to proper systemPackage
2025-02-27 21:47:35 +01:00
Pol Dellaiera
2c8bdd00fd
nixos/rebuilderd: init
2025-02-27 21:18:46 +01:00
Maximilian Bosch
659f9ea390
Merge: nixos/oci-containers: support rootless containers & healthchecks ( #368565 )
2025-02-27 19:59:34 +01:00
Sandro
fd256f27b0
poppler-utils: rename from poppler_utils ( #385503 )
2025-02-27 19:35:38 +01:00
Michele Guerini Rocco
af8642b189
nixos/hostapd: add passwordFile to structured SAE entries ( #365727 )
2025-02-27 13:51:23 +01:00
Maximilian Bosch
7d443d378b
nixos/oci-containers: support rootless containers & healthchecks
...
Closes #259770
Closes #207050
The motivation for the former is to not execute the container as root,
so you don't have to `sudo -i` to perform podman management tasks.
The idea behind healthchecks is to be able to keep the unit in the
activating state until the container is healthy, only then then unit is
marked as active.
The following changes were necessary:
* Move the ctr-id into `/run/${containerName}` to make podman can
actually write to it since it's now in its RuntimeDirectory.
* Make `sdnotify` option configurable (`healthy` for healthchecks that
must pass, default remains `conmon`).
* Set Delegate=yes for `sdnotify=healthy` to make sure a rootless
container can actually talk to sd_notify[1].
* Add a warning that lingering must be enabled to have a `systemd --user`
instance running which is required for the cgroup support to work
properly.
* Added a testcase for rootless containers with both conmon and
healthchecks.
[1] https://github.com/containers/podman/discussions/20573#discussioncomment-7612481
2025-02-27 11:08:33 +01:00
Aaron Jheng
a2f3625d99
poppler-utils: rename from poppler_utils
2025-02-27 16:56:01 +08:00
Stefan Mielke
c442a189e7
nixos/mysql-backup: fix error when db name contains a dot
2025-02-27 01:06:04 +01:00
OPNA2608
03b0b73fbd
miriway: 24.11.1 -> 25.02
2025-02-26 22:24:17 +01:00
Luflosi
732a1dca73
nixos/pay-respects: fix "(eval):1: parse error near `alias'"
...
The README of pay-respects recommends the following for Bash and Zsh:
```sh
eval "$(pay-respects bash --alias)"
eval "$(pay-respects zsh --alias)"
```
The code in the NixOS module is missing the quotes.
This causes "(eval):1: parse error near `alias'" for me (using Zsh) and the alias `f` does not work.
2025-02-26 17:16:31 +01:00
lassulus
bec9ad1869
nixos/h2o: TLS recommendations ( #384730 )
2025-02-26 18:34:57 +07:00
transcaffeine
dfe1187fea
nextcloud31: init at 31.0.0
...
Release notes: https://github.com/nextcloud/server/releases/tag/v31.0.0
Upgrade notes: https://docs.nextcloud.com/server/31/admin_manual/release_notes/upgrade_to_31.html
2025-02-26 08:29:34 +01:00
K900
b157c03c40
nixos/tests/acme: Refactor test suite ( #378705 )
2025-02-26 10:29:20 +03:00
K900
62b5275700
nixos/acme: Refactor setup process ( #355087 )
2025-02-26 10:29:09 +03:00
โทสฺตัล
b3f93d7292
nixos/h2o: TLS recommendations
...
From Mozilla’s ssl-config-generator project
2025-02-26 12:26:12 +07:00
โทสฺตัล
106d33952f
nixos/h2o: virtual host settings default to empty
2025-02-26 10:49:06 +07:00
Johannes Kirschbauer
abf029ca1a
testing/test-instrumentation: Decrease stateVersion priority ( #384976 )
2025-02-26 09:33:27 +07:00
Rémi NICOLE
585966ade5
netbox: add option to listen on Unix socket ( #379919 )
2025-02-25 14:06:06 +00:00
Atemu
38e5291c59
nixos/iosched: init module ( #318600 )
2025-02-25 14:14:58 +01:00
a-kenji
84e5852c3b
testing/test-instrumentation: Decrease stateVersion priority
...
Set the priority of `system.stateVersion` between `mkDefault` and
`mkOptionDefault`.
Since this is set unconditionally for test instrumentation purposes, and
it is specifically set to:
```
Squelch warning about unset system.stateVersion
```
it should be no problem to not conflict if someone if setting this
option as `mkDefault`.
2025-02-25 17:17:34 +07:00
Michele Guerini Rocco
64ddb39f99
network: make network setup service do not depend on udev, and fix typo with greTunnels ( #373931 )
2025-02-25 08:06:51 +01:00
Martin Weinelt
35f9b4c165
zigbee2mqtt_2: init at 2.1.1 ( #371053 )
2025-02-25 05:09:13 +01:00
Mikael Voss
3c0be38ee0
nixos/iosched: init module
2025-02-25 00:08:06 +01:00
Felix Buehler
4618d53eda
nixos/servarr: organize files
2025-02-24 18:50:09 +01:00
Felix Buehler
7b0f7e2696
nixos/prowlarr: add settings option
2025-02-24 18:50:08 +01:00