Compare commits
3 commits
f085ac2663
...
882321a0f8
Author | SHA1 | Date | |
---|---|---|---|
882321a0f8 | |||
3a860ba092 | |||
86d3b13eaa |
3 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
+ [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
|
||||
|
|
|
@ -8,6 +8,7 @@ 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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue