Working directory so builds can actually _go_ somewhere
This commit is contained in:
parent
213f531f7c
commit
4170c92d44
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
'';
|
'';
|
||||||
path = with pkgs; [git nixos-rebuild];
|
path = with pkgs; [git nixos-rebuild];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
# TODO: mkdir -p...?
|
||||||
|
WorkingDirectory = "/home/daniel/.home/nightly-flake-builds";
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "daniel"; # might have to run as me for git ssh access to the repo
|
User = "daniel"; # might have to run as me for git ssh access to the repo
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue