e
This commit is contained in:
parent
e7f412de03
commit
2a57f911f6
|
@ -11,6 +11,7 @@
|
|||
systemd.services."nix-auto-upgrade" = {
|
||||
script = ''
|
||||
set -eu
|
||||
alias git=${pkgs.git}/bin/git
|
||||
|
||||
${pkgs.git}/bin/git pull
|
||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild switch --flake .#$(cat /etc/hostname)
|
||||
|
|
Loading…
Reference in a new issue