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