auto create file
This commit is contained in:
parent
b48e7ebb13
commit
0ed7ed84bd
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/www/blog 0755 ellie nginx -"
|
||||
];
|
||||
|
||||
services.nginx.virtualHosts."ellie.town" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue