Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21875,6 +21875,12 @@
githubId = 16345849;
name = "Parthiv Seetharaman";
};
padowyt2 = {
email = "me@padow.dev";
github = "PadowYT2";
githubId = 71085027;
name = "PadowYT2";
};
paepcke = {
email = "git@paepcke.de";
github = "paepckehh";
Expand Down
9 changes: 9 additions & 0 deletions nixos/doc/manual/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@
"module-services-onedrive": [
"index.html#module-services-onedrive"
],
"module-services-pterodactyl-panel": [
"index.html#module-services-pterodactyl-panel"
],
"module-services-pterodactyl-panel-basic-usage": [
"index.html#module-services-pterodactyl-panel-basic-usage"
],
"module-services-pterodactyl-panel-cli": [
"index.html#module-services-pterodactyl-panel-cli"
],
"module-services-rnsd": [
"index.html#module-services-rnsd"
],
Expand Down
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2611.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

- [compsize](https://github.com/kilobyte/compsize), setcap wrapper for `compsize` package, a cli utility to to inspect compression type/ratio on BTRFS filesystems. Available as [programs.compsize](#opt-programs.compsize.enable)

- [Pterodactyl](https://pterodactyl.io), a free, open-source game server management panel. Available as [services.pterodactyl.panel](#opt-services.pterodactyl.panel.enable) and [services.pterodactyl.wings](#opt-services.pterodactyl.wings.enable), a server control plane for Pterodactyl Panel.

- [tranquil](https://tangled.org/tranquil.farm/tranquil-pds) is an ATProto PDS (personal data server) implementation in Rust. A featureful, spec conscious and community driven alternative to the Bluesky reference implementation PDS. Available as [services.tranquil-pds](#opt-services.tranquil-pds.enable).

- [Cardwire](https://github.com/OpenGamingCollective/cardwire), a GPU manager for Linux that uses eBPF+LSM hooks to control GPUs. Available as [services.cardwired](#opt-services.cardwired.enable).
Expand Down
2 changes: 2 additions & 0 deletions nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@
./services/misc/podgrab.nix
./services/misc/polaris.nix
./services/misc/portunus.nix
./services/misc/pterodactyl-wings.nix
./services/misc/pufferpanel.nix
./services/misc/pykms.nix
./services/misc/radicle.nix
Expand Down Expand Up @@ -1813,6 +1814,7 @@
./services/web-apps/pretix.nix
./services/web-apps/privatebin.nix
./services/web-apps/prosody-filer.nix
./services/web-apps/pterodactyl-panel.nix
./services/web-apps/readeck.nix
./services/web-apps/remark42.nix
./services/web-apps/reposilite.nix
Expand Down
Loading
Loading