tangled
alpha
login
or
join now
kris.darkworld.download
/
nix
1
fork
atom
My NixOS configurations + dotfiles
1
fork
atom
overview
issues
pulls
pipelines
fixxxxxxx
kris.darkworld.download
4 weeks ago
0a439904
fa13387a
verified
This commit was signed with the committer's
known signature
.
kris.darkworld.download
SSH Key Fingerprint:
SHA256:88mOivxa70ackJgNRWBnyDvJrRlRIpknTvzWvQuK1Pk=
+5
1 changed file
expand all
collapse all
unified
split
hosts
server
modules
atproto-pds.nix
+5
hosts/server/modules/atproto-pds.nix
···
28
28
};
29
29
};
30
30
31
31
+
# Set host header to `localhost` in tunnel settings otherwise you'll end up wasting countless hours of your life
32
32
+
31
33
services.caddy = {
32
34
enable = true;
35
35
+
globalConfig = ''
36
36
+
auto_https off
37
37
+
'';
33
38
virtualHosts."localhost:80".extraConfig = builtins.readFile ./Caddyfile;
34
39
};
35
40