Fix flake build service
This commit is contained in:
parent
06c57aa29f
commit
e8f498c5e9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
|
|
||||||
systemd.services."build-lytedev-flake" = {
|
systemd.services."build-lytedev-flake" = {
|
||||||
script = ''
|
script = ''
|
||||||
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git
|
${pkgs.nixos-rebuild}/bin/nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Reference in a new issue