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 = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user