systemd.user.mounts
Definition of systemd per-user mount units. Attributes are merged recursively.
Note that the attributes follow the capitalization and naming used by systemd. More details can be found in systemd.mount(5).
- Type
attribute set of (open submodule of systemd mount unit configuration)- Default
{ }- Example
{ mount-name = { Unit = { Description = "Example description"; Documentation = [ "man:example(1)" "man:example(5)" ]; }; Mount = { … }; }; };- Declared
- <home-manager/modules/systemd.nix>