Jörg Thalheim
f0d4971ae6
Merge pull request #207738 from Mic92/nix-index
...
nixos/nix-index: add module
2022-12-27 10:39:05 +00:00
Masanori Ogino
93224c214e
nixos/iay: add module; iay: add myself as a maintainer
...
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2022-12-27 03:06:29 +09:00
Matt Melling
b6d94e3962
nixos/xastir: init
2022-12-26 10:33:49 -06:00
Maciej Krüger
94373a589b
Merge pull request #203011 from duament/firewall-nftables
2022-12-26 00:57:24 +01:00
Jörg Thalheim
f896f689ed
nixos/nix-index: add module
2022-12-25 22:53:26 +01:00
Jan Tojnar
72c37eddec
Merge branch 'staging-next' into staging
2022-12-25 01:30:47 +01:00
Ryan Lahfa
bba92d35cb
Merge pull request #207399 from ju1m/mosquitto
...
nixos/mosquitto: fix duplicate module loading
2022-12-23 17:07:12 +01:00
Florian Klink
6b1a896570
Merge pull request #205121 from alaviss/homed
...
nixos: systemd-homed support
2022-12-23 13:09:17 +01:00
Julien Moutinho
9ebacfec17
nixos/mosquitto: fix duplicate module loading
2022-12-23 10:43:55 +01:00
Rvfg
a43c7b2a70
nixos/{firewall, nat}: add a nftables based implementation
2022-12-23 00:49:24 +08:00
Sandro
574ff7d8b8
Merge pull request #207138 from SuperSandro2000/statsd-module
2022-12-22 03:20:15 +01:00
Ryan Lahfa
5431f7ccb2
Merge pull request #205578 from dev-null-undefined/i3lock-yubikey
...
nixos/i3lock: i3lock program with u2fSupport option
2022-12-22 01:04:05 +01:00
Sandro Jäckel
8a81ad8fda
nixos/statsd: add missing module import
2022-12-21 20:15:58 +01:00
dev-null-undefined
1cd6b0681e
nixos/i3lock: i3lock program with u2fSupport option
...
i3lock program with option to enable u2fAuth.
2022-12-18 21:31:06 +01:00
Julien Moutinho
15046139d5
nixos/mmsd: init
2022-12-17 17:36:43 +01:00
Jörg Thalheim
668a2b2f33
Merge pull request #172237 from DeterminateSystems/bootspec-rfc
...
Support external bootloader backends (RFC-0125)
2022-12-17 08:35:53 +00:00
AndersonTorres
4ee04d0f1a
module-list: put in ascii-betical ordering
2022-12-17 00:13:38 -03:00
Sandro
c338bf3244
Merge pull request #205712 from devusb/atuin-server
2022-12-16 22:38:35 +01:00
Morgan Helton
a935888d45
nixos/atuin: init module
2022-12-15 21:07:15 -06:00
Bernardo Meurer
d2578f1dac
Merge pull request #171875 from bbigras/cloudflared
...
nixos/cloudflared: init
2022-12-12 13:06:21 -03:00
Elliot
08d651764f
v2raya: init at 2.0.0
...
Update nixos/modules/services/networking/v2raya.nix
Co-authored-by: zendo <linzway@qq.com>
Update nixos/modules/services/networking/v2raya.nix
Co-authored-by: zendo <linzway@qq.com>
Update pkgs/tools/networking/v2raya/default.nix
Co-authored-by: zendo <linzway@qq.com>
Update pkgs/tools/networking/v2raya/default.nix
Co-authored-by: zendo <linzway@qq.com>
Update nixos/modules/services/networking/v2raya.nix
Co-authored-by: zendo <linzway@qq.com>
Update pkgs/tools/networking/v2raya/default.nix
Co-authored-by: zendo <linzway@qq.com>
Update nixos/modules/services/networking/v2raya.nix
Co-authored-by: zendo <linzway@qq.com>
2022-12-11 22:23:12 +08:00
Bruno Bigras
c770b44aff
nixos/cloudflared: init
2022-12-10 14:07:26 -05:00
Yarny0
49a129ab40
nixos/cups-pdf: init
...
Some implementation notes:
* cups-pdf, and cups-pdf-to-pdf,
support multiple instances with differing configurations.
This can be accomplished by creating multiple configuration
files with names `cups-pdf-{instance-name}.conf`.
The Nixos module supports this feature by providing
the option `instances` which is an attrset
mapping instance names to instance configurations.
To simplify module usage,
an instance `pdf` is created by default.
* To use a cups-pdf instance, one also needs
a cups queue that connects to the backend.
The module does this automatically by default,
using the `hardware.printers.ensurePrinters`.
It uses one of the ppd files which is
included in the cups-pdf package.
If this isn't desired (e.g. because printer queues
should be created by hand, or configured differently),
the `installPrinter` option can be turned off
(for each instance separately).
* In our configuration, cups calls external programs
using the `cups` account and the `lp` group.
cups-pdf refuses to operate without root privileges,
likely because it needs to change the
ownership of it output pdf files so that
(only) the print job's owner can access them.
The module installs a suid root wrapper for the backend
program that can only be called by the `lp` group.
The cups-pdf package is replaced by a wrapper
package which calls the suid root wrapper.
So cups can call its backend programs as usual.
2022-12-09 22:20:09 +01:00
Leorize
05420f34cf
nixos: add systemd-homed support
...
As a start, it's not very configurable, but works pretty well.
2022-12-09 12:10:51 -06:00
Raito Bezarius
348ba1b33c
nixos/activation/bootspec: module-ify
...
This does the following:
* turns bootspec into a NixOS module
* validates bootspecs with Cue
* exposes internal knobs
2022-12-08 13:50:04 -08:00
Cole Helbling
83d06ce16d
nixos/boot/external: init
...
This allows supporting external bootloader backends.
2022-12-08 13:50:04 -08:00
Leorize
0cc87ab901
nixos/systemd/userdbd: add method to enable service
...
This is recommended to enable in conjunction with systemd-homed.
2022-12-08 10:28:41 -06:00
Sandro
082ccd0a6d
Merge pull request #202369 from laalsaas/blesh
2022-12-07 18:47:36 +01:00
Yureka
56d4e1ec67
nixos/peering-manager: init
2022-12-07 12:54:55 +01:00
Sandro
bc3206a9e2
Merge pull request #202909 from symphorien/ipp-usb
2022-12-06 22:36:30 +01:00
laalsaas
cbf4a44852
blesh: init module
2022-12-06 21:40:23 +01:00
Guillaume Girol
8e7a32d061
nixos/ipp-usb: add module
2022-12-06 21:06:54 +01:00
Wael Nasreddine
69dff6a36c
Merge pull request #144455 from Twingate/master
2022-12-06 09:33:20 -08:00
Anderson Torres
b793d48515
Merge pull request #204352 from laalsaas/skim
...
skim: refactor and init module
2022-12-04 07:51:43 -03:00
Alexandre Acebedo
0905acf069
nixos/rog-control-center: init
2022-12-04 10:11:27 +03:00
Alexandre Acebedo
8f7537e34f
nixos/asusctl: init
2022-12-04 10:11:27 +03:00
Alexandre Acebedo
8f14c05c50
nixos/supergfxctl: init
2022-12-04 10:11:27 +03:00
laalsaas
a78621f9b0
skim: init module
2022-12-03 23:15:09 +01:00
Luke Granger-Brown
ffcd97b521
nixos/unifi-poller: rename to unpoller.
2022-12-03 20:12:54 +00:00
laalsaas
257a832e61
fzf: init module
2022-12-03 03:14:21 +01:00
Ryan Lahfa
5d87a1b9b8
Merge pull request #195735 from hax404/tayga_init
...
nixos/tayga: init
2022-12-01 21:14:50 +01:00
Alex Zero
16b7892876
nixos/tayga: init
2022-12-01 11:17:20 +01:00
Roman Volosatovs
a2251e2225
module-list: include AMD SEV module
...
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
2022-11-30 09:11:50 +01:00
sandydoo
624ebdc10d
nixos/rosetta: init module
...
Run x86_64 binaries through Rosetta inside NixOS guests running on
Apple silicon.
2022-11-29 10:27:51 +00:00
Martin Weinelt
36f58b687c
nixos/evcc: init
2022-11-21 22:40:15 +01:00
happysalada
82ee824968
surrealdb: module init
2022-11-19 18:58:04 -05:00
happysalada
4a3aa6ff98
tremor-rs: module init
2022-11-19 11:41:21 -05:00
Maxime Brunet
29b5192b08
automatic-timezoned: init at 1.0.41
2022-11-16 15:26:21 -08:00
clerie
159d73f7a3
nixos/chisel-server: add module
2022-11-13 12:02:34 +01:00
Daniel Thwaites
01b3d0bf25
nixos/firefox: init
2022-11-10 19:07:37 +00:00
Anderson Torres
3a73976c74
Merge pull request #200388 from babbaj/remove-ethminer
...
ethminer: remove
2022-11-09 12:06:28 -03:00
Babbaj
9a7c359a35
ethminer: remove
2022-11-09 09:37:35 -05:00
Robert Hensing
59f6a93082
Merge pull request #199595 from hercules-ci/nixos-toplevel-maintenance
...
nixos/top-level: maintenance
2022-11-09 13:54:36 +01:00
laalsaas
5f07247a07
mepo: init module
2022-11-07 20:27:00 +01:00
happysalada
f4ff9c2649
lighthouse: init module
2022-11-07 07:58:17 -05:00
Edward Tjörnhammar
83ecc90d10
nixos/mdevctl: init module
2022-11-07 09:05:23 +00:00
happysalada
9c341e1ba3
erigon: init module
2022-11-05 06:36:29 -04:00
Robert Hensing
0b05ed2c78
nixos/specialisation.nix: Extract module
2022-11-05 00:25:46 +01:00
Oleksandr Chupryna
acf17b3b4b
nixos/twingate: init module
2022-11-04 13:36:45 +01:00
Anderson Torres
97f523e3c8
Merge pull request #185688 from bb2020/usbstor
...
nixos/usbStorage: add new option
2022-11-03 22:33:20 -03:00
Jean-François Roche
7506fbd7f4
nixos/cachix-watch-store: fix missing reference to the module
...
I forgot to add the module to the list when I have added the module (dc529302fe
)
2022-11-02 17:00:45 +01:00
Sandro
a01b2b807e
Merge pull request #197221 from azahi/endlessh-module
2022-11-01 23:44:25 +01:00
Stanisław Pitucha
08fbb5de2d
Merge pull request #190325 from fgaz/merecat/init
...
merecat: init at 2.31
2022-10-31 21:23:03 +11:00
Francesco Gazzetta
b43605fb03
nixos/merecat: init
2022-10-31 09:24:28 +01:00
Sandro
4d4fdde2cf
Merge pull request #197876 from iopq/alt-history
2022-10-30 19:51:28 +01:00
iopq
96f7444bc8
nixos/xray: init service
2022-10-28 23:53:41 +08:00
Sandro
8f0c7e38cb
Merge pull request #190181 from RaitoBezarius/garage-module
...
services/garage: init
2022-10-27 02:14:01 +02:00
Sandro
4d1f158bf0
Merge pull request #161640 from schnusch/vdirsyncer
2022-10-26 22:22:19 +02:00
Anderson Torres
0614d5d969
Merge pull request #197229 from lucasew/nixos/uvesafb
...
nixos/uvesafb: init
2022-10-25 22:47:19 -03:00
schnusch
72ee279ab4
nixos/vdirsyncer: init
...
inspired by borgbackup
2022-10-23 23:23:13 +02:00
Raito Bezarius
9b7dc6cb1c
services/garage: init
2022-10-23 18:54:18 +02:00
lucasew
d31cf8ca0c
nixos/uvesafb: init
...
Signed-off-by: lucasew <lucas59356@gmail.com>
2022-10-23 11:47:11 -03:00
Julien Malka
b54ae5a868
nixos/uptime-kuma: init module
2022-10-23 12:44:16 +02:00
Azat Bahawi
76ccbea152
nixos/endlessh: init module
2022-10-22 16:07:52 +03:00
Sandro
c9719e7fd6
Merge pull request #189269 from Tom-Hubrecht/ntfy-sh
2022-10-20 20:50:34 +02:00
Sandro
89e49d87d3
Merge pull request #196488 from SuperSandro2000/changedetectionio
2022-10-20 20:25:36 +02:00
Sandro Jäckel
c9aab9ba97
nixos/changedetection-io: init
2022-10-19 21:33:31 +02:00
Domen Kožar
ff27dc3a09
Merge pull request #176691 from codedownio/multiple-github-runners
...
GitHub runners: configurable user, environment, and service overrides + multiple runners
2022-10-19 13:38:23 +02:00
Tom Hubrecht
bbf5ba11b4
nixos/ntfy-sh: init
2022-10-19 02:20:16 +02:00
Sandro
2917c9a67e
Merge pull request #195205 from NULLx76/vmagent
2022-10-18 21:16:10 +02:00
Sandro
7307c3ae6c
Merge pull request #191922 from NukaDuka/karma
2022-10-18 21:10:04 +02:00
Azat Bahawi
e04579e7cd
nixos/please: init module
...
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2022-10-15 07:05:10 -07:00
victor
28d2fcc400
vmagent: init at 1.82.0
2022-10-13 13:32:47 +02:00
Jan Tojnar
50c6895e77
gnome-browser-connector: 10.1 → 42.0
...
https://discourse.gnome.org/t/split-and-rename-of-chrome-gnome-shell/11075
815ec9e1af
...v42.0
- Renamed and split into a separate repo from the extensions.
- CMake build replaced with Meson (jq also not needed)
- requests Python module not needed since updates are now solely handled by GNOME Shell itself
Also
- Corrected license
- Cleaned up the module
- Replaced PYTHONPATH in a wrapper by Python environment
Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
2022-10-11 18:52:12 +02:00
Tom McLaughlin
998083f2ad
github-runner: configurable user, environment, service overrides + multiple runners
2022-10-11 06:04:21 -06:00
Kartik Gokte
8d5a404437
nixos/karma: init
2022-10-10 10:46:25 +05:30
Sandro
f5802f496d
Merge pull request #187026 from azahi/endlessh-go
2022-10-09 16:50:02 +02:00
José Luis Lafuente
396f4f05b9
nixos/tmate-ssh-server: init module ( #192270 )
...
* nixos/tmate-ssh-server: init module
Co-authored-by: Aaron Andersen <aaron@fosslib.net>
2022-10-05 17:34:30 +01:00
Sandro
b70049a463
Merge pull request #183349 from Luflosi/rename-ipfs-to-kubo
2022-10-03 21:34:14 +02:00
Bruno BELANYI
d8b1d34806
nixos/tandoor-recipes: init module
2022-10-03 09:48:54 +02:00
Luflosi
eefaaf41d6
kubo: rename from ipfs
...
Go-IPFS was renamed to Kubo in version 0.14.0, see https://github.com/ipfs/kubo/issues/8959 .
2022-10-02 16:00:22 +02:00
Lassulus
af364a3655
Merge pull request #190172 from Stunkymonkey/init-freshrss
2022-09-28 23:11:33 +02:00
Felix Buehler
0b204f0c28
freshrss: init at 1.20.0, tests and module
2022-09-28 22:46:15 +02:00
Bernardo Meurer
2e0cca58f0
Merge pull request #169613 from helsinki-systems/feat/systemd-oomd
2022-09-28 09:53:49 -03:00
Jonathan Ringer
a2bcf8564d
nixos/openrgb: init module
2022-09-27 11:59:33 -07:00
Sandro
d374d79d89
Merge pull request #190496 from NukaDuka/kthxbye
2022-09-25 23:43:29 +02:00
Kartik Gokte
5a93846946
nixos/kthxbye: init
2022-09-26 00:16:03 +05:30
Azat Bahawi
99dc9b9c16
nixos/endlessh-go: init module
2022-09-23 23:55:54 +03:00
Sandro
fad61ad09c
Merge pull request #188949 from RaitoBezarius/listmonk-module
2022-09-21 23:42:03 +02:00
Raito Bezarius
6b891f4788
nixos/listmonk: init module
2022-09-21 19:55:20 +02:00