idk
This commit is contained in:
parent
2ad2ab68a1
commit
0901c2ccb9
1 changed files with 4 additions and 1 deletions
|
|
@ -7,5 +7,8 @@
|
||||||
(libs.root "/modules/services/httpd.nix")
|
(libs.root "/modules/services/httpd.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
services.logrotate.enable = true;
|
services.logrotate = {
|
||||||
|
enable = true;
|
||||||
|
checkConfig = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue