fixed bug

This commit is contained in:
Richie Cahill 2024-04-19 18:20:15 -04:00
parent 81fd625ed0
commit f55fec1734

View File

@ -2,8 +2,8 @@
{ {
services.autopull = { services.autopull = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy"; ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy";
path = lib.mkDefau /root/dotfiles; path = lib.mkDefault /root/dotfiles;
}; };
system.autoUpgrade = { system.autoUpgrade = {