Merge branch 'main' of codeberg.org:muon/home

This commit is contained in:
muon 2026-01-01 15:53:12 +00:00
commit acbf82b8b9

View file

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