mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:46:35 +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.wordpress.webserver = "nginx";
|
||||||
services.phpfpm.phpOptions = ''
|
services.phpfpm.phpOptions = ''
|
||||||
post_max_size = "64M"
|
post_max_size = "64M"
|
||||||
|
|
Loading…
Reference in a new issue