Warsaw updates
This commit is contained in:
parent
294bdc889f
commit
a6e5d44f54
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,9 @@
|
||||||
services.cron = {
|
services.cron = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemCronJobs = [
|
systemCronJobs = [
|
||||||
''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@framework-server:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/''
|
# TODO Change the server when moving between hosts
|
||||||
|
''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@warsaw-ovh-01:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/''
|
||||||
|
# ''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@framework-server:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
# TODO: Update these when I move the server to warsaw-ovh-01
|
# TODO: Update these when I move the server to warsaw-ovh-01
|
||||||
networking.extraHosts = ''
|
networking.extraHosts = ''
|
||||||
100.64.0.14 influx.sysctl.io
|
100.64.0.13 influx.sysctl.io
|
||||||
100.64.0.14 loki.sysctl.io
|
100.64.0.13 loki.sysctl.io
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue