nixpkgs/nixos/modules/system
Dominique Martinet 9917af7fe0 logrotate: move wtmp/btmp rules to systemd
wtmp and btmp are created by systemd, so the rules are more appropriate there.

They can be disabled explicitly with something like
  services.ogrotate.paths = {
    "/var/log/btmp".enable = false;
    "/var/log/wtmp".enable = false;
  };
if required.
2022-02-11 20:52:40 +09:00
..
activation Merge pull request #154809 from helsinki-systems/feat/stc-proper-unit-file-parser 2022-01-27 09:35:34 -08:00
boot logrotate: move wtmp/btmp rules to systemd 2022-02-11 20:52:40 +09:00
etc nixos/etc.nix: Make independent 2022-01-30 09:01:27 +01:00
build.nix nixos: Make system.build a submodule with freeformType 2022-01-24 00:52:46 +01:00