Use atd to stop dockers
This commit is contained in:
parent
78fd31e2aa
commit
fa649fe5bc
3 changed files with 11 additions and 8 deletions
|
@ -51,10 +51,13 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.locate = {
|
||||
enable = true;
|
||||
interval = "hourly";
|
||||
localuser = "charlotte";
|
||||
services = {
|
||||
atd.enable = true;
|
||||
locate = {
|
||||
enable = true;
|
||||
interval = "hourly";
|
||||
localuser = "charlotte";
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue