1
1
Fork 0

backyard: enable cron

This commit is contained in:
Tim Van Baak 2024-06-11 05:35:23 +00:00
parent 08b61ca35d
commit 507442cc8a
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
}; };
}; };
services.cron.enable = true;
users.users = { users.users = {
tvb = { tvb = {
extraGroups = [ "networkmanager" ]; extraGroups = [ "networkmanager" ];