mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update to NixOS 22.11
This commit is contained in:
parent
6e6fd0f658
commit
4b09375f34
7 changed files with 85 additions and 50 deletions
|
|
@ -35,8 +35,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
services.phpfpm.pools."dokuwiki-${name}.${config.networking.domain}".phpPackage = lib.mkOverride 10 pkgs.php74;
|
||||
|
||||
services.nginx.virtualHosts."${name}.${config.networking.domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue