Alternative ATProto PDS implementation

add systemPassThrough

Changed files
+3 -1
+3 -1
flake.nix
··· 111 111 direnv 112 112 ]; 113 113 }; 114 - 114 + }) 115 + // flake-utils.lib.eachDefaultSystemPassThrough (system: 116 + { 115 117 nixosModules = { 116 118 default = { pkgs, lib, config, ... }: with lib; let 117 119 cfg = config.services.bluepds;