Compare commits

..

3 commits

Author SHA1 Message Date
882321a0f8
docs: update readme
All checks were successful
flake check / check (push) Successful in 4m45s
fmt check / check (push) Successful in 1m19s
2024-01-06 23:48:12 -05:00
3a860ba092
attic: add trailing slash 2024-01-06 23:47:48 -05:00
86d3b13eaa
nushell: add joshuto alias 2024-01-06 22:17:20 -05:00
3 changed files with 3 additions and 2 deletions

View file

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

View file

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

View file

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