Compare commits

..

No commits in common. "882321a0f862b14e1d5babb21aa3734f05bf2f35" and "f085ac2663f12f49c91f5ac9288a3b924a6549fa" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

@ -58,4 +58,4 @@
+ [seqizz](https://github.com/seqizz/nixos-config/blob/3ee51f406a8c7aa3afde9cdee97a43641b2ed2ef/modules/server/rustypaste.nix) - rustypaste config
+ [Yavko](https://github.com/yavko) - ironbar config used as reference
+ [hlissner](https://github.com/hlissner) - [security.nix](modules/security.nix)
+ [noc](https://git.flake.sh/noc) - networking diagram + a ton of other stuff
+ [mektov](https://git.flake.sh/mektov) - networking diagram + a ton of other stuff

View file

@ -8,7 +8,6 @@ alias l = eza -ughH --icons
alias la = eza -alughH --git --icons
alias calc = eva
alias c = clear
alias f = joshuto
alias cat = bat
alias rm = rm -i
alias cp = cp -i

View file

@ -14,7 +14,7 @@
listen = "[::]:8200";
allowed-hosts = ["cache.flake.sh"];
database.url = "postgres://attic:attic@100.94.214.100:5432/attic";
api-endpoint = "https://cache.flake.sh/";
api-endpoint = "https://cache.flake.sh";
require-proof-of-possession = false;
chunking = {
nar-size-threshold = 0;