Use systemd-run instead of atd

This commit is contained in:
Charlotte Van Petegem 2020-05-12 13:25:01 +02:00
parent 6b4b02bda5
commit a174782e75
3 changed files with 11 additions and 17 deletions

View file

@ -76,13 +76,10 @@
};
};
services = {
atd.enable = true;
locate = {
enable = true;
interval = "hourly";
localuser = "charlotte";
};
services.locate = {
enable = true;
interval = "hourly";
localuser = "charlotte";
};
system.autoUpgrade = {