feat(gustave): activate pages

This commit is contained in:
Julien Malka 2024-10-13 12:33:08 +02:00
parent 82ab72f102
commit 1c8f6134f3
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -11,6 +11,7 @@
./home-julien.nix
./nsd.nix
./borg.nix
./pages.nix
];
machine.meta = {
@ -36,10 +37,6 @@
nginx.enable = true;
nginx.subdomain = "docs";
};
machine.meta.zones."luj.fr".subdomain."agorakit" = {
A = "82.67.34.230";
AAAA = "2a01:e0a:de4:a0e1:76c2:d2d0:6948:5219";
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;