fix default pull location

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-12-04 19:16:53 -05:00
parent d9a3d31b5b
commit 5a0593e92a
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -3,8 +3,8 @@
services.autopull = {
enable = lib.mkDefault true;
repo.dotfiles = {
enable = lib.mkDefault false;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
enable = lib.mkDefault true;
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_giteadeploy";
path = lib.mkDefault /root/dotfiles;
};
};