mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-05 02:53:11 +00:00
module: fix sp-nixos-rebuild systemd script
This commit is contained in:
parent
8791462f87
commit
75f4e8d40e
|
@ -115,7 +115,7 @@ in
|
|||
SendSIGKILL = "no";
|
||||
};
|
||||
script = ''
|
||||
${config.nix.package}/bin/nix flake lock --update-input sp-modules"
|
||||
${config.nix.package}/bin/nix flake lock --update-input sp-modules
|
||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --flake /etc/nixos#sp-nixos
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue