Use systemd-run instead of atd
This commit is contained in:
parent
6b4b02bda5
commit
a174782e75
3 changed files with 11 additions and 17 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue