wlin003_GamingPC/configuration.nix aktualisiert

This commit is contained in:
Henrik Lutzmann 2025-02-06 17:54:38 +01:00
parent 8c09ba00f7
commit 27efcd545d
1 changed files with 6 additions and 0 deletions

View File

@ -167,6 +167,12 @@
#tumbler.enable = true;
};
# Enable cron service
services.cron = {
enable = true;
systemCronJobs = [ "@hourly zulumann /home/zulumann/rsync-backup.sh" ];
};
# Enable OpenSSH
services.openssh = {
enable = true;