diff options
| author | EuAndreh <eu@euandre.org> | 2023-03-12 09:27:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-03-12 09:27:14 -0300 |
| commit | c7296f70bc3c95053fb4078b61a052c51dda8762 (patch) | |
| tree | a05e88e2648fea54dd258338a5bff654b6bba98c /etc/guix/home.scm | |
| parent | etc/guix/home.scm: Inline definition of clipmenu-latest from org-euandre channel (diff) | |
| download | dotfiles-c7296f70bc3c95053fb4078b61a052c51dda8762.tar.gz dotfiles-c7296f70bc3c95053fb4078b61a052c51dda8762.tar.xz | |
bin/reconfigure: Add -U option to call update(1)
Adapt the cronjob to use it also.
Diffstat (limited to '')
| -rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 24e8616e..6c7812b2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -289,7 +289,7 @@ left it off the last time it was used.") (define cronjobs (list #~(job "0 0 * * *" "cronjob check") - #~(job "30 4 * * *" "cronjob x update AND reconfigure") + #~(job "30 4 * * *" "cronjob reconfigure -U") #~(job "30 1 * * *" "cronjob backup -q cron"))) (define (home-service name package bin) |
