From f55fec173492b989262f989fa4138a0df0e08d2a Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 19 Apr 2024 18:20:15 -0400 Subject: [PATCH] fixed bug --- modules/update.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {