Fixed tls private key file name
This commit is contained in:
parent
11bc7221e3
commit
36c2c907d5
@ -51,7 +51,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
tlsCertificate = "${tlsFiles}/fullchain.pem";
|
tlsCertificate = "${tlsFiles}/fullchain.pem";
|
||||||
tlsKey = "${tlsFiles}/key.pem";
|
tlsKey = "${tlsFiles}/privkey.pem";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user