mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
feat(laravel): Added bash aliases.
This commit is contained in:
@@ -60,6 +60,7 @@ in
|
||||
'';
|
||||
}
|
||||
(lib.mkIf (cfg.enable == true) {
|
||||
services.laravel.bashAliases.enable = lib.mkDefault true;
|
||||
services.laravel.root = lib.mkDefault "/vagrant";
|
||||
# services.laravel.domain = lib.mkDefault (hostName + ".local");
|
||||
services.laravel.user = lib.mkDefault "vagrant";
|
||||
|
||||
Reference in New Issue
Block a user