0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00
Commit graph

50030 commits

Author SHA1 Message Date
phaer
4327e179f7 virtualisation/virtualbox-image: use mkImageMediaOverride...
...for filesystem and options. Before this change,
users would typically encounter conflicting option definitions
when trying to build an image for a generic nixos closure, i.e.
`nixos-rebuild build-image --image-variant virtualbox --flake .#my-host`
2025-04-11 12:54:12 +02:00
phaer
864030e5e8 virtualisation/vmware-image: use mkImageMediaOverride...
...for filesystem options. Before this change, users would typically encounter conflicting option definitions when trying to build an image for a generic nixos closure, i.e. `nixos-rebuild build-image --image-variant vmware --flake .#my-host`
2025-04-11 12:54:11 +02:00
phaer
c5d383a797 virtualisation/disk-image: use mkImageMediaOverride...
...for filesystem options. Before this change, users would typically encounter conflicting option definitions when trying to build an image for a generic nixos closure, i.e. `nixos-rebuild build-image --image-variant qemu --flake .#my-host`
2025-04-11 12:54:11 +02:00
phaer
3718f356c0 virtualisation/promxox-image: use mkImageMediaOverride...
...for filesystem options. Before this change,
users would typically encounter conflicting option definitions
when trying to build an image for a generic nixos closure, i.e.
`nixos-rebuild build-image --image-variant proxmox --flake .#my-host`
2025-04-11 12:54:11 +02:00
phaer
ae02740156 virtualisation/proxmox-image: remove obsolete proxmox.qemuConf.diskSize usage
This was an oversight in my commit
d37a3ea1ef, and results in the following
eval warning when proxmox images are used: `Obsolete option
`proxmox.qemuConf.diskSize' is used. It was renamed to
`virtualisation.diskSize'.`
2025-04-11 12:54:11 +02:00
phaer
9e704d7263 virtualisation/linode-config: use mkImageMediaOverride...
...for filesystem options. Before this change, users would typically encounter conflicting option definitions when trying to build an image for a generic nixos closure, i.e. `nixos-rebuild build-image --image-variant linode --flake .#my-host`
2025-04-11 12:54:11 +02:00
phaer
a80eca86d5 virtualisation/linode-config: drop "with; lib" 2025-04-11 12:35:41 +02:00
Adam Chance
2e4a752669 cosmic-comp: remove useXWayland option 2025-04-07 09:38:07 +05:30
Peder Bergebakken Sundt
110afff26d
nixos/kafka: Added cluster/MirrorMaker testcase (#317496) 2025-04-07 02:36:46 +02:00
Wolfgang Walther
abe932c62f
nixos/all-tests: Fix typo (#396622) 2025-04-06 20:38:12 +00:00
Pol Dellaiera
bd0b4a43f7
nixosTests.calibre-{web,server}: migrate to runTest (#396377) 2025-04-06 20:53:06 +02:00
Sandro
cf46302e9a
nixos/modules: fix part-db package (#388313) 2025-04-06 20:52:00 +02:00
a-kenji
47b5578366 nixos/all-tests: Fix typo 2025-04-06 11:32:43 -07:00
Gabriella Gonzalez
1a01e367f6 nixos/bash: Reset title bar when logging out of remote NixOS system
This fixes an issue where the title bar is permanently clobbered when
you SSH into a remote NixOS system and then log out.  The solution is
to reset the title bar upon logout.
2025-04-06 09:57:48 -07:00
Gabriella Gonzalez
b1bcd7acba nixos/bash: Add support for /etc/bash_logout
This adds a new `programs.bash.logout` option which configures the Bash
logout script.

Carefully note that the stock Bash does not support a global logout
script and only supports user-local logout scripts in `~/.bash_logout`.
However, Nixpkgs patches Bash to support a global `/etc/bash_logout`
script here:

ee0fecd318/pkgs/shells/bash/5.nix (L48)

… and the `programs.bash.logout` option configures that logout script.
2025-04-06 09:57:48 -07:00
Pol Dellaiera
81e3810967
treewide: remove azahi from maintainers (#396543) 2025-04-06 16:06:24 +02:00
Bruno BELANYI
ce4166636b
homebox: 0.17.0 -> 0.18.0; nixos/homebox: update defaults (#388655) 2025-04-06 14:38:36 +01:00
azahi
5f25aceff5
treewide: remove azahi from maintainers 2025-04-06 15:09:19 +03:00
Pol Dellaiera
4cbd6215c0
nixosTests.atop: migrate to runTest (#396382) 2025-04-06 12:25:17 +02:00
Gaétan Lepage
d433b18c1f
navidrome: create music folder with systemd.tmpfiles (#385295) 2025-04-06 10:56:20 +02:00
Leona Maroni
cfc266b7e3
nixos/bird-lg: Remove deprecation warnings (#394010) 2025-04-06 09:59:29 +02:00
Doron Behar
342589fe02
nixos/taskchampion-sync-server: fix start failure (#396478) 2025-04-06 08:47:52 +03:00
municorn
badd9d1a70
nixos/taskchampion-sync-server: add host option, fix ExecStart
fixes the command line arguments for taskchampion-sync-server, also adding a new `host` option. fixes the corresponding test as well.
2025-04-05 22:09:44 -06:00
6543
cac3bdab21
nixos/services.mysql: add galera cluster options (#388978)
And add release notes for new option.

Co-authored-by: Arne Keller <arne.keller@posteo.de>
2025-04-06 00:26:06 +02:00
Jonathan Davies
4fd8bff9d8
nixos/kafka: Added mirrormaker testcase 2025-04-05 23:18:44 +01:00
Jonathan Davies
fcaf5c3cac
nixos/kafka: Added cluster testcase 2025-04-05 23:18:42 +01:00
Jonathan Davies
92840dbee7
nixos/kafka: Moved existing test to subdirectory 2025-04-05 23:18:28 +01:00
Piotr Kwiecinski
9cb379134c
nixosTests.atop: migrate to runTest
Part of #386873
2025-04-05 18:56:33 +02:00
Piotr Kwiecinski
38d86e4725
nixosTests.calibre-server: migrate to runTest
Part of #386873
2025-04-05 18:35:52 +02:00
Piotr Kwiecinski
0aa6ecb083
nixosTests.calibre-web: migrate to runTest
Part of #386873
2025-04-05 18:29:55 +02:00
Piotr Kwiecinski
48232ce3d8
nixosTests.wastebin: migrate to runTest
Part of #386873
2025-04-05 18:17:28 +02:00
Pol Dellaiera
ceb8b4a5f9
nixosTests.gerrit: Migrate to runTest (#396222) 2025-04-05 18:13:33 +02:00
Pol Dellaiera
fb6689ba1c
nixosTests.mumble: Migrate to runTest (#396240) 2025-04-05 18:13:19 +02:00
Pol Dellaiera
9b3330b484
nixosTests.mailpit: migrate to runTest (#396141) 2025-04-05 16:14:04 +02:00
Pol Dellaiera
fd715c7122
nixosTests.github-runner: migrate to runTest (#396133) 2025-04-05 16:13:34 +02:00
Pol Dellaiera
e845d3c4ef
nixosTests.kimai: migrate to runTest (#396132) 2025-04-05 16:13:12 +02:00
Pol Dellaiera
44385c96be
nixosTests.gnome: migrate to runTest (#396098) 2025-04-05 16:12:45 +02:00
Felix Singer
b911a6122b nixosTests.mumble: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 10:02:19 +02:00
Felix Singer
9ef0e4580e nixosTests.gerrit: Migrate to runTest
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-04-05 09:12:20 +02:00
Piotr Kwiecinski
6b63b4a2f5
nixosTests.mailpit: migrate to runTest
Part of #386873
2025-04-05 00:50:41 +02:00
Piotr Kwiecinski
754a229d74
nixosTests.github-runner: migrate to runTest
Part of #386873
2025-04-05 00:01:55 +02:00
Piotr Kwiecinski
e9a7bc917c
nixosTests.kimai: migrate to runTest
Part of #386873
2025-04-04 23:56:15 +02:00
Adam C. Stephens
017583d659
incus: build and expose documentation (#395767) 2025-04-04 17:41:33 -04:00
Pol Dellaiera
b7c12d6b28
nixosTests.homepage-dashboard: migrate to runTest (#396104) 2025-04-04 23:16:35 +02:00
Pol Dellaiera
781d3863a4
nixosTests.bind: migrate to runTest (#396097) 2025-04-04 23:16:18 +02:00
Pol Dellaiera
394e841208
nixosTests.cgit: migrate to runTest (#396099) 2025-04-04 23:15:57 +02:00
Pol Dellaiera
6d35ea57a3
nixosTests.moodle: migrate to runTest (#396092) 2025-04-04 23:01:58 +02:00
Gaétan Lepage
e39c279136
nixos/cosmic-greeter: add autologin support (#395741) 2025-04-04 22:11:54 +02:00
Piotr Kwiecinski
8fbb437033
nixosTests.homepage-dashboard: migrate to runTest
Part of #386873
2025-04-04 21:16:05 +02:00
Piotr Kwiecinski
33f2784b7c
nixosTests.cgit: migrate to runTest
Part of #386873
2025-04-04 21:08:27 +02:00