mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
fix(perf): deploy personal page using s3
This commit is contained in:
parent
5e7b5ab4a8
commit
10f670ff7b
4 changed files with 7 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue