Weijia Wang
5b916fd897
nixos/openvpn3: add /etc/openvpn3/configs
to systemd.tmpfiles
( #353832 )
2024-11-10 13:00:09 +01:00
Sefa Eyeoglu
e9c53bdf9a
nixos/localsend: add package option & allow udp port ( #333485 )
2024-11-10 12:47:30 +01:00
Florian
07ca74e134
teamviewer: add services.teamviewer.package Option + misc improvemens ( #346365 )
2024-11-10 11:44:54 +01:00
Winter
f0000fe56d
lib/minver: bump to 2.3.17 ( #354586 )
2024-11-09 21:32:02 -05:00
TheRealGramdalf
7f76ced733
nixos/dashy: init module
2024-11-10 00:04:25 +00:00
Robert Schütz
06be8564e5
immich: 1.119.1 -> 1.120.1 ( #354083 )
2024-11-09 14:53:47 -08:00
Robert Schütz
ee1cffa25c
immich: 1.119.1 -> 1.120.1
...
Changelog: https://github.com/immich-app/immich/releases/tag/v1.120.0
https://github.com/immich-app/immich/releases/tag/v1.120.1
2024-11-09 14:44:21 -08:00
Wolfgang
9563f469c1
nixos/duckdns: init module
2024-11-09 22:27:14 +01:00
Wolfgang Walther
45cef36e39
nixosTests.postgresql: run nixfmt
...
Because with as many changes as in here anybody working on those test
files will have merge conflicts anyway.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
128244b598
nixosTests.postgresql: use a common pattern throughout all tests
...
Avoiding "with", using the same names and basic structure in each test.
Consistency is key!
2024-11-09 18:24:52 +01:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
...
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
db2d6a00ab
postgresqlPackages.anonymizer: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
23c19a255f
postgresqlPackages.timescaledb: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
6d7da20a90
postgresqlPackages.tsja: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
a5c41ae80a
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
0af934adf7
postgresqlPackages.pgjwt: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
ecffab1fda
postgresqlPackages.postgis: move nixosTests.postgis into package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
aded718a98
postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
...
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
139c546676
postgresql: add passthru.tests.postgresql-tls-client-cert
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
f6c2de9262
postgresql: add passthru.tests.postgresql
...
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
319d82d5c2
nixosTests.postgresql-wal2json: avoid manual imports
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
65ef7381c8
nixosTests.postgresql-jit: avoid manual imports
...
Same reasoning as commit before.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
a1ae4377e0
nixosTests.postgresql-wal-receiver: avoid manual imports
...
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.
We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
d3feaaebea
nixosTests.pgjwt: fix test
...
This seems to have broken years ago, because "CREATE EXTENSION
pgcrypto;" etc. were added to the upstream file about 6 years ago.
2024-11-09 18:23:58 +01:00
Jozef Hollý
be97874351
Fix: use lib.mkPackageOption
2024-11-09 13:09:08 +01:00
Jozef Hollý
ba83a0dba0
Merge branch 'master' into patch-1
2024-11-09 13:07:47 +01:00
Jozef Hollý
a96dce89d0
PR feedback: Replace pkg variable, move package statement
2024-11-09 13:06:56 +01:00
Sleeping-Donut
df20742283
ombi: allow overriding package in module ( #345814 )
...
* ombi: allow overriding package in module
* nixos/ombi: replace explicit bin path with getExe function
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
---------
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-11-09 12:05:54 +01:00
jopejoe1
eeb4b70419
nixos/hebbot: Fix systemd service ( #354098 )
2024-11-09 11:38:13 +01:00
Noa Aarts
1cc81439e7
nixosTests.frr: fix warning, use nodes.router instead of nodes.router.config
2024-11-09 09:28:11 +01:00
Noa Aarts
f93219dfa0
nixosTests.frr: format using nixfmt
2024-11-09 09:27:24 +01:00
K900
4a2c7def57
nixos/tools: Make the tools derivations overridable ( #353173 )
2024-11-09 10:20:19 +03:00
K900
58626b7634
nixos/tests/acme: explicitly start the targets we wait for ( #354629 )
2024-11-09 09:58:58 +03:00
K900
c8fd06c3b2
nixos/tests/acme: wait for server to run before starting the target
...
This is really an ordering issue in the ACME module itself,
but while we think of how to fix it, this should at least unflake
the tests.
2024-11-09 09:40:38 +03:00
Weijia Wang
da5252dd31
nixosTests.retroarch: fix test by changing window title ( #354067 )
2024-11-09 01:03:07 +01:00
Peder Bergebakken Sundt
dcc6e1558c
nixos/keepassxc: fix test ( #353938 )
2024-11-09 00:10:04 +01:00
K900
ee6df93fe2
nixos/tests/acme: explicitly start the targets we wait for
...
This should address the other source of flakiness in the test.
2024-11-09 01:57:35 +03:00
sternenseemann
9c075c8fa5
gnat: 12.4.0 -> 13.3.0
...
This matches the default gcc version.
2024-11-08 23:51:09 +01:00
Martin Weinelt
086bfa2385
lib/minver: bump to 2.3.17
...
The first version that supports zstd compression, to create the option
to eventually switch compression for the binary cache.
It was released one year ago on 2023-11-03 and first shipped in NixOS
23.11.
2024-11-08 22:23:29 +01:00
Emily
df07f2434a
Clean up VirtualBox demo appliance residue ( #354282 )
2024-11-08 18:02:50 +00:00
K900
0453fe2395
{apache,caddy,nginx}: not "before" ACME certs using DNS validation ( #336412 )
2024-11-08 18:50:28 +03:00
Leah Amelia Chen
41e907f884
nixos/evremap: init module
2024-11-08 09:31:27 +01:00
Jenny
b769f673e7
nixos/authelia: start after network-online.target
( #353542 )
2024-11-08 09:00:14 +01:00
Jenny
8db885974b
nixos/promtail: configFile for passing path as config ( #322426 )
2024-11-08 08:58:33 +01:00
ThinkChaos
c5450fcb4b
nixos/authelia: start after network-online.target
2024-11-07 20:24:05 -05:00
ThinkChaos
b432e86caf
nixos/acme: remove unused binding in tests
2024-11-07 20:19:12 -05:00
ThinkChaos
1bd7f1374d
nixos/acme: use non deprecated CLI flag for dnsPropagationCheck
2024-11-07 20:19:12 -05:00
ThinkChaos
3c2e82337d
nixos/web-servers: assert ACME cert access via service user and groups
...
Allows giving access using SupplementaryGroups.
2024-11-07 20:19:12 -05:00
ThinkChaos
03122b43c8
nixos/nginx: not "before" ACME certs using DNS validation
...
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:19:12 -05:00
ThinkChaos
26d6294deb
nixos/caddy: not "before" ACME certs using DNS validation
...
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:19:12 -05:00
ThinkChaos
b99d3a4f8b
nixos/apache: not "before" ACME certs using DNS validation
...
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:18:20 -05:00
Sandro Jäckel
d1f7424888
nixos/grafana: fix evaluation when no settings is defined
...
Before it would fail on line 11 where we check if postgres is used with
an error that the undefined option settings was accessed.
2024-11-08 01:08:11 +01:00
Emily
b28c1ff248
nixos/doc/rl-2411: note VirtualBox demo appliance removal
2024-11-07 23:41:51 +00:00
Emily
ff5fea0a29
nixos/{demo,installer/virtualbox-demo}: drop
...
This is no longer referenced anywhere and so will inevitably bitrot,
and doesn’t do anything that isn’t simple to achieve with the
module documentation.
2024-11-07 23:41:51 +00:00
KX
518bc9c5b3
nixos/promtail: configFile for passing path as config
2024-11-07 22:53:22 +01:00
jonboh
f81a2c1514
fix: use selected package instead of pkgs.vector
2024-11-07 21:24:21 +01:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
Emily
71ab6ba171
nixos/release{,-combined}: drop the VirtualBox OVA ( #352603 )
2024-11-07 17:36:51 +00:00
Jenny
1b171c15ab
nixos/mobilizon: change psql socket dir to none symlinked directory ( #352508 )
2024-11-07 14:01:37 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Maximilian Bosch
652b22a375
Merge: Linux Hardened Kernel Updates for 2024-11-06 ( #354110 )
2024-11-07 09:42:02 +01:00
Jenny
eb95c0d624
nixos/conduit: wait for network-online.target ( #353634 )
2024-11-07 08:57:14 +01:00
Tristan Ross
7aaa361ae5
doc/release-notes: initial cleanup for 24.11 ( #346059 )
2024-11-06 21:22:31 -08:00
Fabián Heredia Montiel
2f31bf4c47
linux/hardened/patches/6.11: init at v6.11.6-hardened1
2024-11-06 18:15:54 -06:00
a-kenji
16970e3252
nixos/hebbot: Fix systemd service
2024-11-07 00:02:29 +01:00
seth
29f24780ac
doc/release-notes: RFC 42 -> freeform options
...
"Freeform options" is a term that's a bit more meaningful to regular
users who don't follow development, and thus does a better job at
describing the changes
2024-11-06 17:19:35 -05:00
seth
b0811ec740
doc/release-notes: use title case for migrations section
2024-11-06 17:19:35 -05:00
seth
97e382e1bc
doc/release-notes: correctly place backwards incompatible changes
...
These changes seemed to have been placed in the wrong section
2024-11-06 17:19:34 -05:00
seth
4c803ffcd6
doc/release-notes: cleanup notable changes section
...
The main goal is to make these points a bit more concise, fix errors,
and (somewhat subjectively) improve word choice to avoid repetition and
have a better flow
2024-11-06 17:19:34 -05:00
seth
34403417a8
doc/release-notes: cleanup backward incompatibilities section
...
The main goal is to make these points a bit more concise, have better
consistency in how removals and deprecations are described, and improve
grammar/flow
2024-11-06 17:19:31 -05:00
seth
abb99851bc
doc/release-notes: cleanup highlights
...
The main goal is to make these highlights a bit more concise,
consistently link to newly introduced option definitions, and (somewhat
subjectively) improve word choice to avoid repetition and have a better
flow
2024-11-06 17:17:20 -05:00
seth
cd546ebd9a
doc/release-notes: remove MenhirLib from new modules section
...
This is not a module
2024-11-06 17:17:19 -05:00
seth
a32a34d011
doc/release-notes: use more concise descriptions in new modules section
2024-11-06 17:17:19 -05:00
seth
b499d2bef6
doc/release-notes: improve consistency and grammar in new modules section
2024-11-06 17:17:17 -05:00
Jordan Williams
fcd89e06e3
nixos/snapserver: add package option
2024-11-06 14:51:15 -06:00
Noa Aarts
5d0cd804a5
nixosTests.retroarch: fix test by changing expected window title
2024-11-06 20:09:10 +01:00
Noa Aarts
dd4d691d9b
nixosTests.retroarch: format using nixfmt
2024-11-06 20:08:39 +01:00
Sandro
38ea21bd5d
Don't run hwclock if /etc/ is not writable ( #353320 )
2024-11-06 18:25:41 +01:00
Adam C. Stephens
6a9a64bac2
nixos/kanidm: allow not setting bindaddress ( #353681 )
2024-11-06 11:02:37 -05:00
Ramses
d06e176158
nixos/swapspace: init module ( #348588 )
2024-11-06 16:52:09 +01:00
WilliButz
4c552eaf72
nixos/image/repart: unsafeDiscardReferences.out = true ( #347702 )
2024-11-06 13:13:36 +01:00
Franz Pletz
bb6d800c3a
iwd: update settings documentation ( #352989 )
2024-11-06 12:17:24 +01:00
K900
44207d25be
nixos/amdvlk: don't set "amdgpu" xserver driver ( #353987 )
2024-11-06 13:39:09 +03:00
John Titor
5473874d08
nixos/amdvlk: don't set "amdgpu" xserver driver
...
Not related and this should never have been in the module in the first place.
Probably got in during a rebase.
2024-11-06 16:06:04 +05:30
Guilhem Saurel
71f467fc88
iwd: update settings documentation
...
The link https://iwd.wiki.kernel.org/networkconfigurationsettings is
currently broken, as it redirect to the 404
https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/networkconfigurationsettings ; the correct link is
https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/networkconfigurationsettings.html but it is marked as obsolete, and tell the user to read the iwd.network(5) man.
Co-authored-by: Franz Pletz <fpletz@fnordicwalking.de>
2024-11-06 11:10:42 +01:00
Sandro
90a1d755a5
nixos/tests/redmine: Limit platforms to supported ones ( #348178 )
2024-11-06 10:01:27 +01:00
Fabián Heredia Montiel
97dd718fd0
nixos/ids: explain *why* uids/gids shouldn't be above "399" ( #353954 )
2024-11-06 02:02:55 -06:00
Franz Pletz
0fc41ad977
treewide: Remove ineffective capability grants. ( #333533 )
2024-11-06 08:12:51 +01:00
MidAutumnMoon
ab526e04fe
nixos/ids: explain *why* uids/gids shouldn't be above "399"
2024-11-06 14:13:02 +08:00
amesgen
0e25167336
nixos/keepassxc: stop using deprecated cli option
...
Addresses
The -k option will be deprecated. Please use the --set-key-file option
instead.
This isn't causing any problems _yet_, but it seems easy enough to fix it now
already.
2024-11-06 01:59:56 +01:00
amesgen
c712874d4a
nixos/keepassxc: adapt to new UI details
...
There now is a "Refresh Hardware Keys" icon since 2.7.7, which we have to skip.
I also needed to add more explicit handling of the intermediate file dialog to
get the test to pass.
2024-11-06 01:59:56 +01:00
amesgen
852523aa47
nixos/keepassxc: work around OCR issues
...
Since https://github.com/NixOS/nixpkgs/pull/288208 , the OCR got worse and can't
seem to be able to read the text from title bars 😭 . Setting the background
color to white fixes the problem.
https://ice-wm.org/manual/icewm-11.html
https://ice-wm.org/man/icewm-prefoverride
2024-11-06 01:59:28 +01:00
Sandro
3774135e4e
nixos/bluetooth: reference bluez doc in descriptions ( #352965 )
2024-11-06 01:33:08 +01:00
Sandro
a633b5fb12
OpenVPN: don't fail to restart stopped units ( #345993 )
2024-11-06 01:16:43 +01:00
Weijia Wang
ec5b8735fb
nomad: nomad_1_7 -> nomad_1_8, nomad_1_9: init at 1.9.0 ( #349151 )
2024-11-06 01:04:41 +01:00
Sandro
ef9ef9ea88
mediagoblin: init at 0.14.0, nixos/mediagoblin: init ( #350578 )
2024-11-06 00:22:31 +01:00
Sandro
5634c21398
nixos/tests/prometheus-exporters: add exportarr-sonarr test ( #285119 )
2024-11-06 00:13:17 +01:00
AnnaGraphic
0d0690dc79
nixos/bluetooth: reference bluez doc in descriptions
2024-11-05 22:58:48 +01:00
Atemu
ec3d46cd68
nixos/pipewire: mention possible integration with pulseaudio ( #353789 )
2024-11-05 17:56:30 +01:00
nikstur
0c02b3076c
nixos/etc-overlay: clean up temporary directories ( #339802 )
2024-11-05 17:13:27 +01:00
Doron Behar
2415e26111
nixos/pipewire: mention possible integration with pulseaudio
...
The previous assert message was inaccurate, as it didn't reflect the
assertion condition, misleading users into thinking that either
pulseaudio or pipewire should be used as a sound server.
2024-11-05 18:02:03 +02:00
Sandro
cd67342284
nixos/docker: keep live-restore disabled by default ( #348983 )
2024-11-05 16:44:19 +01:00
Sandro
a4e9a2f859
tuxedo-keyboard: fix compilation for kernel 6.10 and 6.11 ( #336633 )
2024-11-05 16:43:58 +01:00
Petr Portnov
3f2bbfd68b
nixos/openvpn3: add /etc/openvpn3/configs
to systemd.tmpfiles
2024-11-05 18:23:26 +03:00
Aleksana
81dacf0c91
nixos/systemd: fix enableStrictShellChecks description ( #348513 )
2024-11-05 23:03:19 +08:00
Patrick
abeafd2a72
nixos/kanidm: allow not setting bindaddress
2024-11-05 13:53:58 +01:00
Yorick
12eedc8e88
nixos/victoriametrics: harden systemd unit, add more options. ( #350737 )
2024-11-05 13:36:19 +01:00
Sandro
a96e4d9bfe
docker: use lib.versionOlder in literalExpression
2024-11-05 11:23:29 +01:00
Emily
bb682af030
nixos/profiles/minimal: remove programs.ssh.setXAuthLocation ( #352311 )
2024-11-05 07:38:10 +00:00
XYenon
9ea79affa9
nixos/profiles/minimal: remove programs.ssh.setXAuthLocation
...
Fix https://github.com/NixOS/nixpkgs/pull/341734#issuecomment-2416239664
2024-11-05 14:38:57 +08:00
Sandro
a04d33c0c3
vmware-guest: allow the user to override the open-vm-tools package ( #347939 )
2024-11-05 02:08:39 +01:00
Emily
ff7d68490a
nixos/activation-script: Make installBootLoader
default a script ( #353543 )
2024-11-05 00:21:19 +00:00
Martin Weinelt
b56e1827f4
nixos/home-assistant: escape yaml functions in lovelace config ( #352746 )
2024-11-04 23:27:30 +01:00
Weijia Wang
acf3de8d62
nixos/guix: add declarative substituters option ( #353518 )
2024-11-04 20:43:41 +01:00
Pol Dellaiera
7f81fa0cb9
nixos/snipe-it: fix secure flag for cookies ( #353009 )
2024-11-04 20:10:24 +01:00
Philip Taron
464adc0ea6
fetchFromGitHub add LFS support & Spacenav updates ( #263120 )
2024-11-04 09:37:12 -08:00
Philip Taron
2b12f69e85
spacenavd: resolve merge conflicts and address PR feedback
2024-11-04 09:02:39 -08:00
emilylange
9a4e945ceb
nixos/tests/forgejo: fix after git v2.47 bump
...
git v2.47.0 made changes to trace2's nesting.
trace2.eventNesting (GIT_TRACE2_EVENT_NESTING) defaults to 2, but the
nested region we are after gained a level and is now at level 3 instead
of 2.
eventNesting describes the maximum nesting level to be logged.
So to make it log the negotated-version in connect.c again, we increase
the default by one, from 2 to 3.
2024-11-04 17:34:54 +01:00
Robert Hensing
a86d06940e
nix: update fallback paths automatically ( #353621 )
2024-11-04 15:41:21 +01:00
Jörg Thalheim
0f73a33f7e
nixos/buildbot-master: allow merging extraConfig and extraImports ( #322469 )
2024-11-04 13:32:04 +01:00
Joel Koen
0d04728ee3
nixos/conduit: wait for network-online.target
2024-11-04 22:08:03 +10:00
Simon Hauser
c4edf93988
Cleanup helsinki maintainer ( #353611 )
...
* maintainers: update email conni2461
* maintainers: add helsinki-jo
* tree-wide: cleanup maintainership of helsinki-systems
2024-11-04 12:59:26 +01:00
Jörg Thalheim
caa10b055f
nix: update fallback paths automatically
2024-11-04 11:51:24 +01:00
7c6f434c
2bd5a51a15
timidity: add enableVorbis option ( #201828 )
2024-11-04 10:24:39 +00:00
Jörg Thalheim
b65964438d
buildbot: fix setting package
to a drv from a different nixpkgs ( #353161 )
2024-11-04 10:40:35 +01:00
Will Fancher
5d9ac94606
nixos/activation-script: Make installBootLoader
default a script
...
Fixes #344535
2024-11-04 04:12:52 -05:00
Will Fancher
f92ec1bc93
nixos/tests/switchTest: Add test for dbus reloading
2024-11-04 04:12:52 -05:00
Will Fancher
a7cda6835f
nixos/tests/switchTest: Remove spurious dbus reload checks
...
Previously, the base system had grub in `systemPackages` but the
specialisations did not. This is because of a few factors:
- Grub was enabled in the nixos config
- Specialisations set `grub.device = "nodev"` (see: system/activation/no-clone.nix)
- Grub is added to `systemPackages` depending on whether `devices == ["nodev"]`
This meant that switching between the base system and a specialisation
always changed `system-path.drv`, which is a reload trigger for
dbus. With grub disabled in this test, this no longer happens.
2024-11-04 04:12:52 -05:00
Will Fancher
40b7674b98
nixos/tests/switchTest: Test no boot loader
2024-11-04 03:33:26 -05:00
Christian Kögler
563a48ffd8
nixos/tests/prometheus-exporters/varnish: make state directory explicit ( #353418 )
2024-11-04 07:10:21 +01:00
Aleksana
d0a8700cd4
nixosModules.monado: fix evaluation warning ( #353382 )
2024-11-04 10:16:18 +08:00
Aleksana
0a3743227d
varnish74: drop ( #352492 )
2024-11-04 10:15:01 +08:00
Will Fancher
878e1e73ba
nixos/networkd: allow byte values to be integers ( #353460 )
2024-11-03 15:21:54 -08:00
Jan B.
4391c3883b
nixos/tuxedo-drivers: init
2024-11-03 22:54:56 +01:00
Gabriel Arazas
7095e0f8c1
nixos/guix: add declarative substituters option
2024-11-03 15:12:12 -06:00
Markus Kowalewski
a63dd844e5
nixos/slurm: generate mpi.conf and add config options ( #352467 )
2024-11-03 21:06:03 +01:00
Jack Wilsdon
2223312e3d
nixos/networkd: allow byte values to be integers
2024-11-03 18:26:20 +00:00
Philip Taron
e50c6cab11
treewide: fix links to specifications.freedesktop.org
( #350918 )
2024-11-03 09:06:56 -08:00
Sandro
f5c76ad2b5
nixos/renovate: set service type to simple ( #334557 )
2024-11-03 16:52:53 +01:00
Wim de With
01aab17a2e
nixos/tests/prometheus-exporters/varnish: make state directory explicit
2024-11-03 16:42:04 +01:00
Guillaume Girol
257cb10f86
os-prober: 1.81 -> 1.83 ( #349856 )
2024-11-03 14:22:42 +01:00
Samuel Tardieu
114ef67cbb
Don't run hwclock if /etc/ is not writable
2024-11-03 10:42:21 +01:00
K900
d0d0a08358
nixos/tools: set the default for the enable options ( #353175 )
2024-11-03 11:03:18 +03:00
Emily
2b67faf4d9
The OracleJDK Dehaunting ( #353043 )
2024-11-02 21:15:20 +00:00
Tomo
d6eb9f1515
oracle{jdk,jre}: drop
...
"Unmaintained security disaster" -anonymous Nixpkgs maintainer
2024-11-02 21:11:23 +00:00
Noa Aarts
64a429e14a
nixosModules.monado: use hardware.graphics instead of hardware.opengl
2024-11-02 21:47:02 +01:00
Noa Aarts
5bfad8d9f6
nixosModules.monado: format using nixfmt
2024-11-02 21:46:42 +01:00
Tomo
fa08eabc4a
atlassian-{bamboo,confluence,crowd,jira}: drop
...
Support for the Atlassian Server products ended in
February 2024 and there was insufficient interest in
maintaining the Atlassian Data Center replacements
c.f. https://github.com/NixOS/nixpkgs/pull/353043#issuecomment-2452825826
2024-11-02 20:36:14 +00:00
Tomo
e5a0b0c39e
sqldeveloper: drop
...
sqldeveloper was dropped due to being severely out-of-date and
having a dependency on JavaFX for Java 8, which we do not support.
2024-11-02 20:19:01 +00:00
Sefa Eyeoglu
12ba522dfd
nixos/docker: move imports
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-11-02 20:15:35 +01:00