Take 2 to fix the flake build service
This commit is contained in:
parent
e8f498c5e9
commit
9c17acb9fd
1 changed files with 2 additions and 1 deletions
|
@ -153,8 +153,9 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
|
|
||||||
systemd.services."build-lytedev-flake" = {
|
systemd.services."build-lytedev-flake" = {
|
||||||
script = ''
|
script = ''
|
||||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git
|
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git
|
||||||
'';
|
'';
|
||||||
|
path = with pkgs; [git nixos-rebuild];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
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