mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: add dns records for agorakit
This commit is contained in:
parent
ca67ccb88d
commit
f73ab9c300
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue