Create new systemd-rebuild script to do the updating

This commit is contained in:
Lillian Violet 2024-03-01 15:19:24 +01:00
parent d98ca182e3
commit 8e3c5c5340
4 changed files with 29 additions and 1 deletions

View file

@ -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";
};
};