mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
fix: Fixed an issue with the root path.
This commit is contained in:
@@ -48,7 +48,7 @@ in
|
|||||||
(lib.mkIf
|
(lib.mkIf
|
||||||
cfg.enable
|
cfg.enable
|
||||||
{
|
{
|
||||||
services.laravel.root = lib.mkDefault /vagrant;
|
services.laravel.root = lib.mkDefault "/vagrant";
|
||||||
services.laravel.domain = lib.mkDefault (hostName + ".local");
|
services.laravel.domain = lib.mkDefault (hostName + ".local");
|
||||||
services.laravel.user = lib.mkDefault "vagrant";
|
services.laravel.user = lib.mkDefault "vagrant";
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user