nixpkgs-suyu/nixos/modules/system/boot
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
..
loader nixos/systemd-boot: fix error output 2022-01-14 15:42:19 -08:00
binfmt.nix nixos/nix-daemon: use structural settings 2022-01-26 21:04:50 -05:00
emergency-mode.nix
grow-partition.nix
initrd-network.nix
initrd-openvpn.nix
initrd-ssh.nix
kernel.nix treewide: refactor isi686 && isx86_64 -> isx86 2021-11-20 17:50:41 -08:00
kernel_config.nix
kexec.nix
luksroot.nix nixos/luksroot: sync the crypt-storage 2021-10-20 03:46:19 +03:00
modprobe.nix nixos/modprobe: add boot.initrd.extraModprobeConfig option 2022-01-24 22:56:14 +01:00
networkd.nix nixos/networking: fix assertion on IPMasquerade 2022-01-20 13:43:12 +01:00
pbkdf2-sha512.c
plymouth.nix treewide: add literalDocBook text to options with complex defaults 2021-12-09 01:38:24 +01:00
resolved.nix nixos/*: add trivial defaultText for options with simple defaults 2021-12-02 22:35:04 +01:00
shutdown.nix
stage-1-init.sh nixos/apfs: init 2022-01-27 15:18:45 +01:00
stage-1.nix nixos/stage-1: add nixos modprobe options 2022-02-02 15:18:09 +03:00
stage-2-init.sh nixos/systemd: set TZDIR for PID 1 2021-12-16 04:09:07 +01:00
stage-2.nix
systemd-nspawn.nix Move systemd-lib.nix and systemd-unit-options.nix into utils 2021-11-20 17:52:29 -05:00
systemd.nix logrotate: move wtmp/btmp rules to systemd 2022-02-11 20:52:40 +09:00
timesyncd.nix nixos/*: add trivial defaultText for options with simple defaults 2021-12-02 22:35:04 +01:00
tmp.nix