Merge branch 'document-rebootAfterKernelUpgrade' into 'master'

rebootAfterKernelUpgrade: document that this can be done from nixos

See merge request simple-nixos-mailserver/nixos-mailserver!367
This commit is contained in:
Michael Lohmann 2025-02-24 15:25:15 +00:00
commit 1ff7833771

View File

@ -1236,6 +1236,7 @@ in
description = ''
Whether to enable automatic reboot after kernel upgrades.
This is to be used in conjunction with `system.autoUpgrade.enable = true;`
This can also be achieved via `system.autoUpgrade.allowReboot = true;`
'';
};
method = mkOption {