wlin003_GamingPC/configuration.nix aktualisiert
This commit is contained in:
parent
8c09ba00f7
commit
27efcd545d
|
@ -167,6 +167,12 @@
|
||||||
#tumbler.enable = true;
|
#tumbler.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable cron service
|
||||||
|
services.cron = {
|
||||||
|
enable = true;
|
||||||
|
systemCronJobs = [ "@hourly zulumann /home/zulumann/rsync-backup.sh" ];
|
||||||
|
};
|
||||||
|
|
||||||
# Enable OpenSSH
|
# Enable OpenSSH
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue