mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Fixed an issue with the root path.
This commit is contained in:
@@ -48,7 +48,7 @@ in
|
||||
(lib.mkIf
|
||||
cfg.enable
|
||||
{
|
||||
services.laravel.root = lib.mkDefault /vagrant;
|
||||
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