mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
dns fix
This commit is contained in:
@@ -9,8 +9,14 @@
|
||||
{
|
||||
services.bentopdf = {
|
||||
enable = true;
|
||||
domain = "bentopdf.local";
|
||||
nginx.enable = true;
|
||||
domain = "pdf.home.arpa";
|
||||
nginx = {
|
||||
enable = true;
|
||||
# virtualHost = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
# };
|
||||
};
|
||||
# package = pkgs-stable.bentopdf;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user