Create new systemd-rebuild script to do the updating
This commit is contained in:
parent
d98ca182e3
commit
8e3c5c5340
4 changed files with 29 additions and 1 deletions
|
@ -104,8 +104,9 @@
|
|||
pkgs.rebuild
|
||||
pkgs.nix
|
||||
pkgs.bash
|
||||
pkgs.git
|
||||
];
|
||||
script = "bash /run/current-system/sw/bin/rebuild";
|
||||
script = "bash /run/current-system/sw/bin/systemd-rebuild";
|
||||
startAt = "daily";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue