Compare commits
No commits in common. "882321a0f862b14e1d5babb21aa3734f05bf2f35" and "f085ac2663f12f49c91f5ac9288a3b924a6549fa" have entirely different histories.
882321a0f8
...
f085ac2663
3 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||||
+ [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
|
||||||
|
|
|
@ -8,7 +8,6 @@ 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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue