Add zola to nixfox

This commit is contained in:
Bun 2025-07-12 13:54:57 -04:00
parent c08ff3391f
commit e303600270
3 changed files with 11 additions and 0 deletions

View file

@ -39,4 +39,6 @@
root = "/var/www/landing-page";
};
};
environment.systemPackages = with pkgs; [ zola ];
}

Binary file not shown.

View file

@ -15,6 +15,7 @@
"bloxelcom.net"
"freecorn1854.win"
"lunamoonlight.xyz"
"yjaw.net"
];
certificateScheme = "acme-nginx";
localDnsResolver = false;
@ -48,6 +49,14 @@
aliases = [ "freecorn@bloxelcom.net" ];
};
"nicole@yjaw.net" = {
hashedPassword = config.secrets.mailHash.yjaw;
aliases = [
"yjaw@yjaw.net"
"contact@yjaw.net"
];
};
# Noreply emails
"noreply@nixfox.ca" = {
hashedPassword = config.secrets.mailHash.nixfoxNoReply;