tangled
alpha
login
or
join now
quilling.dev
/
bluepds
Alternative ATProto PDS implementation
6
fork
atom
overview
issues
pulls
pipelines
add systemPassThrough
quilling.dev
9 months ago
1280e695
7f0a5aec
options
unified
split
Changed files
+3
-1
flake.nix
+3
-1
flake.nix
···
111
111
direnv
112
112
];
113
113
};
114
114
-
114
114
+
})
115
115
+
// flake-utils.lib.eachDefaultSystemPassThrough (system:
116
116
+
{
115
117
nixosModules = {
116
118
default = { pkgs, lib, config, ... }: with lib; let
117
119
cfg = config.services.bluepds;