MyNixOS website logo
option

systemd.shutdownRamfs.contents

Set of files that have to be linked into the shutdown ramfs.

Declarations
Type
attribute set of (submodule)
Example
{
  "/lib/systemd/system-shutdown/zpool-sync-shutdown".source = writeShellScript "zpool" "exec ${zfs}/bin/zpool sync"
}