mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
Compare commits
2 commits
18af2d71f3
...
fab4088b82
Author | SHA1 | Date | |
---|---|---|---|
fab4088b82 | |||
fa0ac3a988 |
2 changed files with 3 additions and 1 deletions
|
@ -99,6 +99,7 @@ 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 ];
|
||||
|
|
|
@ -31,12 +31,13 @@ in
|
|||
ACME_EMAIL = "acme@malka.sh";
|
||||
DNS_PROVIDER = "gandiv5";
|
||||
ENABLE_HTTP_SERVER = "false";
|
||||
GITEA_ROOT = "https://git.luj.fr";
|
||||
GITEA_ROOT = "http://127.0.0.1:3000";
|
||||
PORT = "8010";
|
||||
PAGES_DOMAIN = "luj-static.page";
|
||||
RAW_DOMAIN = "raw.luj-static.page";
|
||||
PAGES_BRANCHES = "pages,main,master";
|
||||
USE_PROXY_PROTOCOL = "true";
|
||||
LOG_LEVEL = "trace";
|
||||
};
|
||||
|
||||
settingsFile = config.age.secrets."pages-settings-file".path;
|
||||
|
|
Loading…
Add table
Reference in a new issue