fix(perf): deploy personal page using s3

This commit is contained in:
Luj 2025-01-12 00:52:54 +01:00
parent 5e7b5ab4a8
commit 10f670ff7b
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 7 additions and 6 deletions

View file

@ -11,7 +11,8 @@
./home-julien.nix
./nsd.nix
./borg.nix
./pages.nix
# Performance is not as good as we expected, wait for pages v3
# ./pages.nix
./readeck.nix
./plausible.nix
./nextcloud.nix
@ -25,6 +26,7 @@
profiles = with profiles; [
vm-simple-network
server
behind-sniproxy
];
ips = {
public.ipv4 = "82.67.34.230";

View file

@ -101,8 +101,6 @@ lib.mkMerge [
networking.firewall.allowedUDPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 ];
machine.meta.zones."luj.fr".A = [ config.machine.meta.ips.public.ipv4 ];
machine.meta.zones."luj.fr".AAAA = [ config.machine.meta.ips.public.ipv6 ];
machine.meta.zones."luj.fr".TXT = [ "homepage.luj.luj-static.page" ];
machine.meta.monitors = {