Defelo
5da710d274
nixos/glitchtip: init module
...
Co-authored-by: soyouzpanda <soyouzpanda@soyouzpanda.fr>
Co-authored-by: Nico Felbinger <nico@felbinger.eu>
2025-03-05 00:24:50 +01: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
lassulus
bec9ad1869
nixos/h2o: TLS recommendations ( #384730 )
2025-02-26 18:34:57 +07: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
Sandro
245441e2a2
nixos/avahi: only enable ipv6 when networking.enableIPv6 is true
2025-02-24 17:19:55 +01:00
Weijia Wang
1c4fe4d409
services.flannel: add an extraNetworkConfig configuration, add missing kernel module ( #365317 )
2025-02-24 15:54:44 +01:00
Sandro
f6734c6849
nixos/fileSystems: omit comment about swap devices if there are no swap devices on the system ( #373857 )
2025-02-24 15:20:57 +01:00
Lin Jian
48966eb4c6
nixos/xonsh: update descriptions and examples ( #383702 )
2025-02-24 22:14:43 +08:00
SamLukeYes
5e8d9d3131
nixos/xonsh: update descriptions and examples
2025-02-24 22:04:21 +08:00
lassulus
e4ee61d0f4
nixos/h2o: ACME support + fixups; h2o: add passthru.tests ( #383282 )
2025-02-24 17:10:07 +07:00
Weijia Wang
747f842fb1
mdevctl: fix script dir location ( #383111 )
2025-02-24 10:39:33 +01:00
โทสฺตัล
093d5cfaea
nixos/step-ca: add H2O test
2025-02-24 15:06:34 +07:00
โทสฺตัล
40f58bffcb
nixos/h2o: basic ACME support
2025-02-24 15:06:34 +07:00
โทสฺตัล
1deab8b466
nixos/h2o: remove mode option as a potential footgun
2025-02-24 15:06:34 +07:00
โทสฺตัล
e7e5ea5cee
nixos/h2o: show package override that isn’t the default
...
The default was changed earlier this week
2025-02-24 15:06:34 +07:00
โทสฺตัล
c554171c27
nixos/h2o: service name matches project
2025-02-24 15:06:34 +07:00
โทสฺตัล
14a33566d7
nixos/h2o: add virtual host serverAliases
2025-02-24 15:06:33 +07:00
โทสฺตัล
60287f0793
nixos/h2o: add missing Group to systemd
2025-02-24 15:06:33 +07:00
โทสฺตัล
760102b995
nixos/h2o: use { } for settings default
2025-02-24 15:06:33 +07:00
โทสฺตัล
e7cf87f304
nixos/h2o: redo identity type to just list
2025-02-24 15:06:33 +07:00
Kevin Cox
9a5de3bb1e
nixos/cross-seed: create outputDir on start and re-enable test ( #384570 )
2025-02-23 18:59:23 -05:00
Shawn8901
faadb5162c
nixos/fileSystems: omit swap comment if there are no swapDevices
2025-02-23 23:23:32 +01:00
Pol Dellaiera
1040721009
nixos/filesystems: remove unused variable ( #384605 )
2025-02-23 22:33:21 +01:00