correct method
This commit is contained in:
parent
989aac1f72
commit
225a716c48
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
cleanupScript = pkgs.writeScript "cleanup-backups.sh" (builtins.readFile ./prune-backups.sh);
|
||||
cleanupScript = pkgs.writeShellScriptBin "cleanup-backups.sh" (builtins.readFile ./prune-backups.sh);
|
||||
in
|
||||
{
|
||||
systemd.timers.cleanup-backups = {
|
||||
|
|
Loading…
Reference in a new issue