mirror of https://gitlab.crans.org/nounous/nixos
Add home nginx
parent
f617c9e3e1
commit
cae379f473
|
@ -15,6 +15,8 @@
|
|||
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
users.users."nginx".home = "/var/lib/nginx";
|
||||
|
||||
services.nginx.virtualHosts = {
|
||||
"install-party.crans.org" = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in New Issue