mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update php
This commit is contained in:
parent
62853a3bdd
commit
625c2a6e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in with lib; {
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
networking.firewall = { allowedTCPPorts = [ 443 80 ]; };
|
networking.firewall = { allowedTCPPorts = [ 443 80 ]; };
|
||||||
services.grav = mkIf cfg.grav.enable { enable = true; };
|
services.grav = mkIf cfg.grav.enable { enable = true; phpPackage = pkgs.php84 };
|
||||||
users.users.${config.mods.user.name}.extraGroups = lib.mkAfter [ "grav" ];
|
users.users.${config.mods.user.name}.extraGroups = lib.mkAfter [ "grav" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue