mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Downgrade php
This commit is contained in:
parent
3b3d0d0471
commit
9d5bd875b9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in with lib; {
|
||||||
networking.firewall = { allowedTCPPorts = [ 443 80 ]; };
|
networking.firewall = { allowedTCPPorts = [ 443 80 ]; };
|
||||||
services.grav = mkIf cfg.grav.enable {
|
services.grav = mkIf cfg.grav.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
phpPackage = pkgs.php84;
|
phpPackage = pkgs.php81;
|
||||||
};
|
};
|
||||||
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