Add zola to nixfox
This commit is contained in:
parent
c08ff3391f
commit
e303600270
3 changed files with 11 additions and 0 deletions
|
@ -39,4 +39,6 @@
|
||||||
root = "/var/www/landing-page";
|
root = "/var/www/landing-page";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ zola ];
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -15,6 +15,7 @@
|
||||||
"bloxelcom.net"
|
"bloxelcom.net"
|
||||||
"freecorn1854.win"
|
"freecorn1854.win"
|
||||||
"lunamoonlight.xyz"
|
"lunamoonlight.xyz"
|
||||||
|
"yjaw.net"
|
||||||
];
|
];
|
||||||
certificateScheme = "acme-nginx";
|
certificateScheme = "acme-nginx";
|
||||||
localDnsResolver = false;
|
localDnsResolver = false;
|
||||||
|
@ -48,6 +49,14 @@
|
||||||
aliases = [ "freecorn@bloxelcom.net" ];
|
aliases = [ "freecorn@bloxelcom.net" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"nicole@yjaw.net" = {
|
||||||
|
hashedPassword = config.secrets.mailHash.yjaw;
|
||||||
|
aliases = [
|
||||||
|
"yjaw@yjaw.net"
|
||||||
|
"contact@yjaw.net"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Noreply emails
|
# Noreply emails
|
||||||
"noreply@nixfox.ca" = {
|
"noreply@nixfox.ca" = {
|
||||||
hashedPassword = config.secrets.mailHash.nixfoxNoReply;
|
hashedPassword = config.secrets.mailHash.nixfoxNoReply;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue