services.homed.settings.Home

NixOS option

Options for systemd-homed. See homed.conf(5) man page for available options.

type: open submodule of attribute set of (systemd option)
Default
{ }
Example
{
  DefaultFileSystemType = "btrfs";
  DefaultStorage = "luks";
}
declared in: nixos/modules/system/boot/systemd/homed.nixView source on NixOS/nixpkgs →