Update php

This commit is contained in:
muon 2026-01-01 15:52:57 +00:00
parent ccb792282b
commit 7bfff96a5c

View file

@ -23,7 +23,7 @@ in with lib; {
inherit port;
enable = true;
root = cfg.grav.location;
phpPackage = pkgs.php81;
phpPackage = pkgs.php83;
};
users.users.${config.mods.user.name}.extraGroups = lib.mkAfter [ "grav" ];
};