fix default pull location
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
d9a3d31b5b
commit
5a0593e92a
@ -3,8 +3,8 @@
|
|||||||
services.autopull = {
|
services.autopull = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
repo.dotfiles = {
|
repo.dotfiles = {
|
||||||
enable = lib.mkDefault false;
|
enable = lib.mkDefault true;
|
||||||
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
|
ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_giteadeploy";
|
||||||
path = lib.mkDefault /root/dotfiles;
|
path = lib.mkDefault /root/dotfiles;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user