Commit Graph

46686 Commits

Author SHA1 Message Date
Wolfgang Walther
a92ea1ff26
nixos/lib/test-driver: remove legacy args handling
Scheduled for removal in 24.11, so let's follow through.

Added in #291544.

(cherry picked from commit 71306e6b36)
(cherry picked from commit 8427b6f640)
2024-11-30 15:11:38 +01:00
pascal
e06fd90239
privatebin: fix description typo 2024-11-30 14:30:15 +01:00
Bobby Rong
4e0999e058
nixosTests.vscodium: Workaround OCR tests (#360404) 2024-11-30 20:54:48 +08:00
Bobby Rong
cd45cfe9c4
nixosTests.vscodium: Workaround OCR tests
An attempt to help https://hydra.nixos.org/build/279535629/nixlog/1.

The "Get Started with" text is much easier to find.
Also scale vscodium to help OCR find the "Untitled" text.
2024-11-30 20:42:46 +08:00
Thomas Gerbet
33f830be76
moodle: 4.4.1 -> 4.4.3 (#334639) 2024-11-30 13:08:19 +01:00
Yaroslav Chvanov
e3a9c19e86
strawberry: drop strawberry-qt5 in favor of strawberry-qt6 2024-11-30 11:53:24 +03:00
rnhmjoj
9cb83c2af4
nixos/tests/networking: fix GRE test
More fallout from c6f6c282.
2024-11-30 09:51:44 +01:00
Leona Maroni
2ba711361f
gitlab: 17.3.7 -> 17.5.2 (#360160) 2024-11-30 09:51:21 +01:00
Franz Pletz
357fff0f44
nixos/networkd: allow configuring RTTSec for CAKE qdisc (#285737) 2024-11-30 07:25:54 +01:00
Franz Pletz
0d48c50f4b
nixos/networkd: use upstream wait-online@ unit
Use the upstream unit for systemd-networkd-wait-online@.service and fix
the spelling.
2024-11-30 07:15:46 +01:00
Franz Pletz
18cf9ad14b
nixos/networkd: fix eval
Broken by #330662.
2024-11-30 07:08:18 +01:00
Franz Pletz
e383460f09
nixos/networkd: add dhcpServerConfig.PersistLeases option (#353189) 2024-11-30 06:46:51 +01:00
Franz Pletz
e5a4cc81ab
nixos/networkd: add some new options in systemd 256 (#330662) 2024-11-30 06:44:55 +01:00
Adam C. Stephens
c494726b98
incus: fix container tests from image rename 2024-11-30 00:08:02 -05:00
Adam C. Stephens
9ab59bb5fb
incus: format 2024-11-30 00:04:54 -05:00
Aleksana
8ad72fe696
nixos/doc/rl-2505: add omnom (#360188) 2024-11-30 12:57:36 +08:00
Aleksana
88bd81e177
gkraken,nixos/gkraken: Drop (#358200) 2024-11-30 10:54:30 +08:00
Jeff Huffman
f2ad84dc9b
doc: fix/improve NIXOS_LUSTRATE installation instructions 2024-11-29 21:30:00 -05:00
jopejoe1
e16d20f2ba
nixos/version: allow overriding, use 24-bit colour code (#351736) 2024-11-29 23:04:39 +00:00
Silvan Mosberger
33cca9243a
rl-2411: lib release notes (#359887) 2024-11-30 00:03:22 +01:00
Fernando Rodrigues
02e1f93cb4
nixos/version: add extraOSReleaseArgs and extraLSBReleaseArgs
A free-form `attrsOf str` option that is merged with the /etc/os-release
builder, allowing downstreams to customise arbitrary os-release fields.
This is separate from the variant option, as using an attribute set
merge means one gets an infinte recursion when making extraOSReleaseArgs
a recursive set, and the variant attribute is useful to define elsewhere
or multiple times.

Ditto for /etc/lsb-release.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-29 19:58:29 -03:00
Fernando Rodrigues
b4d7b9ade2
nixos/version: use 24-bit ANSI colour code
It's almost 2025; we don't need to use 3-bit colour anymore. Let's use
the proper colour code for NixOS' light blue:
ea1384e183/logo/README.md (colours)

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-11-29 19:56:30 -03:00
jopejoe1
bf5d64a130
nixos/os-release: make default_hostname distribution default (#359571) 2024-11-29 22:54:21 +00:00
Silvan Mosberger
64de6c47ca rl-2411: lib release notes 2024-11-29 23:02:14 +01:00
Jonas Chevalier
223586a617
virtualisation: Use system.build.image, normalize file names (#359339) 2024-11-29 22:54:17 +01:00
Robert Schütz
61f3a9680a nixos/prometheus.exporters.unifi: drop
The corresponding package was dropped in 826bef9b51.
2024-11-29 22:49:29 +01:00
Maximilian Bosch
cf28257e4f
Merge: percona-server_8_0: 8.0.37-29 -> 8.0.39-30, percona-server: 8.4.0-1 -> 8.4.2-2 (#359824) 2024-11-29 22:16:16 +01:00
Maximilian Bosch
c055f6bc0a
nixos/mysql: fix evaluation of percona test
Commit e14483d6a6 fixed a bug in the `ini`
type with `listsAsDuplicatedKeys = true;`: multiple list declarations
weren't merged, but latter declarations shadowed the former without any
error.

The fix brought another issue to surface however: before, the
`plugin-load-add` declaration in the MySQL test shadowed the
`auth_socket.so` setting in the module. But now the attempt
to merge a list and a single declaration breaks because of
`types.either` seeing a mix of declarations from the left
AND right type.

Turning the `plugin-load-add` in the module into a list triggers the
correct merging behavior and thus fixes the evaluation error (and
merging behavior of `plugin-load-add`)!

This wasn't an issue for mysql itself (empty `plugin-load-add` in the
test) and neither for mariadb (the `auth_socket.so` isn't added for
this).
2024-11-29 21:55:49 +01:00
eljamm
a344bfd09a
nixos/doc/rl-2505: add omnom 2024-11-29 19:24:01 +01:00
Philip Taron
a403221cb8
treewide/nixos: remove with lib; part 3 (#335623) 2024-11-29 10:10:53 -08:00
Fedi Jamoussi
b9da4f27d9
nixos/omnom: init module (#357830) 2024-11-29 18:34:24 +01:00
Alexander Sieg
eebd4c3b01
gitlab: 17.3.7 -> 17.5.2 2024-11-29 17:51:19 +01:00
phaer
c78003c4e0 image/images: Add image modules defined in virtualisation/ 2024-11-29 17:13:54 +01:00
phaer
91d74082c4 virtualisation/proxmox-lxc: use system.build.image 2024-11-29 17:13:54 +01:00
phaer
06ad3811a8 virtualisation/lxc-container: use system.build.image 2024-11-29 17:13:52 +01:00
phaer
f3563c996e virtualisation/azure-image: use system.build.image 2024-11-29 17:12:27 +01:00
phaer
77fce1dc58 virtualisation/digital-ocean: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
41db5209c7 virtualisation/google-compute: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
a230d5228d virtualisation/hyperv-image: hyperv.vmFileName -> image.fileName 2024-11-29 17:12:26 +01:00
phaer
6d50a8c57f virtualisation/kubevirt: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
d8410d8366 virtualisation/oci-image: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
a0ce661c99 virtualisation/proxmox-image: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
342a5021df virtualisation/vagrant-virtualbox: use system.build.image 2024-11-29 17:12:26 +01:00
phaer
6cc7449e30 virtualisation/virtualbox: virtualbox.vmFileName -> image.fileName 2024-11-29 17:12:26 +01:00
phaer
b0b3a75676 virtualisation/vmware-image: vmware.vmFileName -> image.fileName 2024-11-29 17:12:26 +01:00
phaer
47c83cb438 virtualisation/linode-image: Use system.build.image 2024-11-29 17:12:26 +01:00
phaer
40142caad0 format files with nixfmt 2024-11-29 17:12:26 +01:00
Adam C. Stephens
6de1312a38
nixos/lxc/container: fix useDhcp with veth (#358806) 2024-11-29 10:45:09 -05:00
Adam C. Stephens
f50a1bd99d
nixos/lxc/container: fix useDhcp with veth
https://github.com/NixOS/nixpkgs/pull/347283 changed the default to
exclude non-physical network Kind, but that unfortunately also includes
`veth` which LXC uses for its network interfaces. Re-enable that
functionality so users can use networkd with useDHCP.
2024-11-29 10:37:14 -05:00
Tristan Ross
a0559c7b2b
Release 24.11 2024-11-29 06:28:22 -08:00
Sefa Eyeoglu
854baca4aa
nixos/renovate: unset service restart (#359403) 2024-11-29 15:22:05 +01:00
Priyanshu Tripathi
836d207c6c
nixos-render-docs-redirects: init (#357383)
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
2024-11-29 15:03:08 +01:00
Silvan Mosberger
b4fd89b737 rl-2411: Match to release branch
This specific change was already done before the branch-off in
https://github.com/NixOS/nixpkgs/pull/346059, but
https://github.com/NixOS/nixpkgs/pull/335832 reverted it accidentally
on master after the branch-off.
2024-11-29 12:39:09 +01:00
Silvan Mosberger
300d4f73bd
release notes: Move cacheNetwork note to 25.05 (#359946) 2024-11-29 12:34:53 +01:00
Matthew Croughan
49d26b7cd6
nixos/scion: fix nixosTest dates and validity period for TRCs (#360098) 2024-11-29 10:30:58 +00:00
matthewcroughan
1e925a2dfd nixos/scion: fix nixosTest dates and validity period for TRCs
The validity period for TRCs cannot be set to an rfc3339 date, only an
offset from the current system time, which if set to 3650d rather than
36500d will still give us quite a long time before it becomes invalid,
which is acceptable for the time being.
2024-11-29 10:22:40 +00:00
Jörg Thalheim
14877193e2
doc/release-notes: init wiki section (#360006) 2024-11-29 11:21:45 +01:00
Victor Engmark
7389d32232
nixos/cupsd: Fix permissions on shared directories
`/var/cache`, `/var/lib`, and `/var/spool` all have 0755 permissions by
default, so should probably be created as such in this script.

See #357447 for discussion.
2024-11-29 21:50:04 +13:00
Silvan Mosberger
d60e537249
release notes: Move agorakit to 25.05 (#359942)
release notes: Move agorakit to 2505

It's not included in 2411
2024-11-29 01:37:13 +01:00
Sandro
1d62a85ff5
nixos/mailman: add option to expand the uwsgi settings (#333315) 2024-11-29 00:53:55 +01:00
seth
319cef6187 doc/release-notes: init wiki section 2024-11-28 18:26:40 -05:00
Victor Engmark
bfe7bb410f nixos/printing: fix ShellCheck issues
ShellCheck reports the following:

> SC2174 (warning): When used with -p, -m only applies to the deepest
> directory.

Avoid this warning by splitting `mkdir -m MODE -p DIR` into
`(umask MASK && mkdir -p DIR)`.
2024-11-28 22:41:11 +01:00
Silvan Mosberger
c8aeacd0ae release notes: Move cacheNetwork note to 25.05
It's not included in 24.11
2024-11-28 21:13:14 +01:00
Felix Buehler
07894f4f30 nixos/services.stunnel: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
93d6b8180e nixos/services.oink: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
2d4a4c110a nixos/services.nylon: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
2bf4393a9b nixos/networking.nftables: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
83cc2cd01f nixos/services.nebula: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
e14d1dc198 nixos/services.ncdns: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
e4ffb753b1 nixos/services.glusterfs: remove with lib; 2024-11-28 19:08:42 +01:00
Felix Buehler
4dbf3a75ae nixos/services.drbd: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
44985668d8 nixos/services.diod: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
a9748cc118 nixos/services.cachefilesd: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
5f44beaebb nixos/services.watchdogd: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
e8e5c6c79b nixos/services.vnstat: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
cc88c367bb nixos/services.uptime-kuma: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
6974870a0a nixos/services.tuptime: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
307f280e81 nixos/services.tremor-rs: remove with lib; 2024-11-28 19:08:41 +01:00
Felix Buehler
851d23320b nixos/services.telegraf: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
8eb355e978 nixos/services.sysstat: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
8b8b523eb9 nixos/services.statsd: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
084011a1b4 nixos/services.smartd: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
b3796eddc4 nixos/services.scollector: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
a7f917375f nixos/services.riemann: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
36b176c8e3 nixos/services.riemann-tools: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
9f025e3df5 nixos/services.riemann-dash: remove with lib; 2024-11-28 19:08:40 +01:00
Felix Buehler
4f47314003 nixos/services.prometheus.xmpp-alerts: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
f9825ae100 nixos/services.prometheus.sachet: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
3b6ddc5927 nixos/services.prometheus.pushgateway: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
ea4bd53274 nixos/services.prometheus.alertmanager: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
951787fba3 nixos/services.prometheus.alertmanagerWebhookLogger: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
c617a4cb83 nixos/services.prometheus.alertmanagerIrcRelay: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
500c84cedd nixos/services.osquery: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
f88528a137 nixos/services.netdata: remove with lib; 2024-11-28 19:08:39 +01:00
Felix Buehler
c93d8f88a7 nixos/services.nagios: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
34970fdcf3 nixos/services.munin-[cron,node]: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
faf7fde49e nixos/services.monit: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
5419e3778f nixos/services.mackerel-agent: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
56bd2c2da6 nixos/services.longview: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
9353cb1b74 nixos/services.kthxbye: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
1e44f5e3df nixos/services.karma: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
588c1c985b nixos/services.kapacitor: remove with lib; 2024-11-28 19:08:38 +01:00
Felix Buehler
5b48323837 nixos/services.incron: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
baece5fb08 nixos/services.heapster: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
95e5f256d6 nixos/services.hdapsd: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
8f9336460b nixos/services.grafana_reporter: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
f1019c7adb nixos/services.grafana-image-renderer: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
e86917ad30 nixos/services.grafana-agent: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
69dd091d51 nixos/services.fusionInventory: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
699ee515a1 nixos/services.do-agent: remove with lib; 2024-11-28 19:08:37 +01:00
Felix Buehler
4bfa9c3f97 nixos/services.datadog-agent: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
357422f21b nixos/services.das_watchdog: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
c39797b55e nixos/services.collectd: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
5ced735a89 nixos/services.cadvisor: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
278fc7501c nixos/services.bosun: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
66ea353e1c nixos/services.below: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
7123ef8458 nixos/services.arbtt: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
3fa1cc4f5f nixos/services.apcupsd: remove with lib; 2024-11-28 19:08:36 +01:00
Felix Buehler
03ba605ab0 nixos/services.alloy: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
44990e93c3 nixos/services.alerta: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
59a4e8349e nixos/services.zookeeper: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
f8b0d3a756 nixos/services.xmrig: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
fe175fe575 nixos/services.weechat: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
43e70943da nixos/services.uhub: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
b04e01279b nixos/services.tzupdate: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
f89578e797 nixos/programs.tuxclocker: remove with lib; 2024-11-28 19:08:35 +01:00
Felix Buehler
11904bba73 nixos/services.tp-auto-kbbl: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
d279b64dc1 nixos/services.tiddlywiki: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
2ecc659ae8 nixos/services.tautulli: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
cc25de02a5 nixos/services.tandoor-recipes: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
334d6eb492 nixos/services.synergy: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
165ad257f7 nixos/services.svnserve: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
07819ffd98 nixos/services.sundtek: remove with lib; 2024-11-28 19:08:34 +01:00
Felix Buehler
5adb3502aa nixos/services.subsonic: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
269e2407e9 nixos/services.sssd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
4a435c16d2 nixos/services.spice-webdavd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
e4c0bdd97f nixos/services.spice-vdagentd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
7abfa8873a nixos/services.sonarr: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
b84a9d0112 nixos/services.soft-serve: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
288a627154 nixos/services.siproxd: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
2a8d189e9b nixos/services.signald: remove with lib; 2024-11-28 19:08:33 +01:00
Felix Buehler
e593a4c094 nixos/services.sickbeard: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
1b4c241f80 nixos/services.serviio: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
1bf69e64ec nixos/services.sdrplayApi: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
1d3ea1dbe5 nixos/services.safeeyes: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
e3f2e1c9fb nixos/services.rmfakecloud: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
724f15d7d8 nixos/services.rkvm: remove with lib; 2024-11-28 19:08:32 +01:00
Felix Buehler
0280cad999 nixos/services.rippleDataApi: remove with lib; 2024-11-28 19:08:32 +01:00
Ilan Joselevich
c7c136a610
kanidm: allow hydra to cache alternative build with secret provisioning (#358782) 2024-11-28 19:35:25 +02:00
Flo
dc8d92608d Add tests 2024-11-28 13:50:44 +01:00
Flo
f5080d12b3 Rebuild password update functionality, add tests 2024-11-28 13:47:45 +01:00
Juanjo Presa
5a6ea278da nixos/os-release: make default_hostname distroId 2024-11-28 13:25:47 +01:00
Christina Sørensen
50bfbbd7d4
enableAllTerminfo: re-add unbroken contour (#359542) 2024-11-28 10:31:01 +01:00
damhiya
c78d3b8465 coqPackages.Ordinal: init at 0.5.3 2024-11-28 07:30:11 +01:00
Felix Buehler
ba6e7e10bb nixos/services.readarr: remove with lib; 2024-11-28 00:45:33 +01:00
Felix Buehler
39d9937d05 nixos/services.radarr: remove with lib; 2024-11-28 00:45:33 +01:00
Felix Buehler
f5c2c7bbf2 nixos/services.pykms: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
247134aefb nixos/services.prowlarr: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
6a73a0aca9 nixos/services.preload: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
257f608dfc nixos/services.polaris: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
66fecabb5f nixos/services.plikd: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
8553d979a1 nixos/services.plex: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
bb74224921 nixos/services.pinnwand: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
59061eb9ea nixos/services.parsoid: remove with lib; 2024-11-28 00:45:32 +01:00
Felix Buehler
9540ed8747 nixos/services.paperless: remove with lib; 2024-11-28 00:45:30 +01:00
Sandro
1af52db201
nixos/mailman: wrap mailman cli to start as mailman user (#332847) 2024-11-27 23:07:31 +01:00
Sandro Jäckel
61d15c60fc
nixos/mailman: add option to expand the uwsgi settings 2024-11-27 23:02:47 +01:00
Sandro
b5ad44e06e
nixos/lvm: expand enable description to better inform users about the… (#355463) 2024-11-27 22:37:48 +01:00
Felix Buehler
01218209dc nixos/services.duplicity: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
699a0f8601 nixos/services.duplicati: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
ef50268985 nixos/services.borgmatic: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
f600d6a3b1 nixos/services.ympd: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
9d80afc3c4 nixos/services.spotifyd: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
f6a10dfc09 nixos/services.slimserver: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
ecb168c8d7 nixos/services.roon-server: remove with lib; 2024-11-27 22:26:59 +01:00
Felix Buehler
794d3952b0 nixos/services.roon-bridge: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
bde5fcc9b8 nixos/services.networkaudiod: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
b477479cb7 nixos/services.mpdscribble: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
de5c62db29 nixos/services.liquidsoap: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
f645147c7e nixos/services.jmusicbot: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
291d92e529 nixos/services.jack: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
e8fa5a92e9 nixos/services.icecast: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
1d19c390cf nixos/services.hqplayerd: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
dfd031a486 nixos/services.goxlr-utility: remove with lib; 2024-11-27 22:26:58 +01:00
Felix Buehler
496d11787d nixos/services.gonic: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
cab8ab375c nixos/services.gmediarender: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
c62a55f1b6 nixos/services.botamusique: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
82146f6a71 nixos/services.activemq: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
5a670b332a nixos/services.salt.minion: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
503fd3014a nixos/services.oxidized: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
3c80b14a81 nixos/security.please: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
a62e66394b nixos/security.audit: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
236ed7869d nixos/security.apparmor: remove with lib; 2024-11-27 22:26:57 +01:00
Felix Buehler
b1a2522f05 nixos/fcast-receiver: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
9a8512f460 nixos/meta: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
0334b1bf8e nixos/label: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
4feff6c9b5 nixos/crashdump: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
650b7695e0 nixos/assertions: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
387be4f6c3 nixos/i18n.inputMethod.uim: remove with lib; 2024-11-27 22:26:56 +01:00
Felix Buehler
d5a377e94e nixos/i18n.inputMethod.nabi: remove with lib; 2024-11-27 22:26:56 +01:00