mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 21:31:45 -05:00
feat(vagrant): Sets the default laravel user to "vagrant".
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
||||
{
|
||||
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