mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-19 11:01:09 +02:00
feat: add attic - a self-hosted nix cache server
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
encode zstd gzip
|
||||
reverse_proxy http://localhost:9093
|
||||
'';
|
||||
virtualHosts."http://attic.writefor.fun".extraConfig = ''
|
||||
encode zstd gzip
|
||||
reverse_proxy http://localhost:8888
|
||||
'';
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user