| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The cronjob has a timeout, and running manually can be enclosed by a
timeout if required.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The patch [0] was merged upstream.
[0]: https://issues.guix.gnu.org/58931
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
euandre.org
|
| |
|
|
|
|
| |
For debugging cronjob output.
|
| |
|
|
|
|
| |
Adapt the cronjob to use it also.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and do coverage
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Instead of using (local-file ...) in the openssh-service-type
configuration, and then replicating that on configuration.nix, instead
remove the hardcoded values from the system configuration and make it
dynamic, by putting it on the ~/.ssh/authorized_keys file itself.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
As this file is shared, "localhost" means different keys on each host,
so drop this association.
|