tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Drop local domains for Bluesky PDS
encode42.dev
1 month ago
58f08e04
472ab933
-6
1 changed file
expand all
collapse all
unified
split
hosts
index
config
atmosphere
bluesky-pds.nix
-6
hosts/index/config/atmosphere/bluesky-pds.nix
···
6
6
blueskyPdsModule = import (flakeRoot + /packages/server/atmosphere/bluesky-pds.nix) {
7
7
hosts = [
8
8
{
9
9
-
name = "bluesky-pds.lan";
10
10
-
ssl = "internal";
11
11
-
}
12
12
-
{
13
9
name = host;
14
10
ssl = "cloudflare";
15
15
-
16
16
-
useLocal = true;
17
11
}
18
12
];
19
13
};