diff options
-rw-r--r-- | test-vm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-vm.nix b/test-vm.nix index 19a34df..95c80b1 100644 --- a/test-vm.nix +++ b/test-vm.nix @@ -66,7 +66,7 @@ in script = '' cd ~orbekk # cp -r ${dotfiles} dotfiles - git clone ${dotfiles} dotfiles + git clone https://github.com/orbekk/dotfiles.git dotfiles ./dotfiles/setup.sh fast ''; serviceConfig = { |