Full paths for everything

This commit is contained in:
2025-12-07 19:52:33 -08:00
parent 9cd5470c55
commit 4b9374f753

View File

@@ -8,7 +8,7 @@
# startAt = "*:0/1";
serviceConfig = {
Type = "simple";
ExecStart = "/run/current-system/sw/bin/bash -c 'cd /etc/nixos && git pull && sudo nixos-rebuild switch --flake #$(hostname)'";
ExecStart = "/run/current-system/sw/bin/bash -c 'cd /etc/nixos && /run/current-system/sw/bin/git pull && /run/current-system/sw/bin/nixos-rebuild switch --flake #$(hostname)'";
};
};