diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 73943ff..547375a 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -247,6 +247,12 @@ }; systemd.services."update-flake" = { + path = with pkgs; [ + git + openssh + nix + nixos-rebuild + ]; script = '' [[ ! -d '/root/nixconf' ]] && cd /root && git clone git@github.com:itepastra/nixconf cd /root/nixconf