diff --git a/modules/update.nix b/modules/update.nix index af1a7ae..d88987c 100644 --- a/modules/update.nix +++ b/modules/update.nix @@ -2,8 +2,8 @@ { services.autopull = { enable = lib.mkDefault true; - ssh-key = lib.mkDefau "/root/.ssh/id_ed25519_ghdeploy"; - path = lib.mkDefau /root/dotfiles; + ssh-key = lib.mkDefault "/root/.ssh/id_ed25519_ghdeploy"; + path = lib.mkDefault /root/dotfiles; }; system.autoUpgrade = {