mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
add nix server
This commit is contained in:
parent
b02bdda8c9
commit
b11f44c2ef
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.nix-serve = {
|
||||
enable = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
|
||||
services.wordpress.webserver = "nginx";
|
||||
services.phpfpm.phpOptions = ''
|
||||
post_max_size = "64M"
|
||||
|
|
Loading…
Reference in a new issue