Compare commits
2 commits
72195f5d5c
...
4d725ec1b8
Author | SHA1 | Date | |
---|---|---|---|
4d725ec1b8 | |||
75bd610b36 |
2 changed files with 8 additions and 0 deletions
|
@ -90,6 +90,7 @@ in {
|
|||
udumount = "udisksctl unmount -b";
|
||||
|
||||
fftp = mkIf hasLftp "lftp -u ghoscht, sftp://192.168.178.35";
|
||||
arss = "sudo autorestic exec -av -- snapshots";
|
||||
};
|
||||
functions = {
|
||||
# Disable greeting
|
||||
|
|
|
@ -7,6 +7,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"*/5 * * * * root . /etc/profile; docker exec -u www-data nextcloud php /var/www/html/cron.php"
|
||||
];
|
||||
};
|
||||
|
||||
sops.secrets."nextcloud/mysql_root_password" = {
|
||||
owner = vars.user;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue