MyNixOS website logo
option

services.nmtrust.userUnits

Per-user units to bind to the trusted network target. Outer keys are usernames, inner keys are systemd unit names. Users must have linger enabled (users.users.<name>.linger).

Declarations
Type
attribute set of attribute set of (submodule)
Default
{ }
Example
{
  alice = {
    "etesync-dav.service" = { };
    "syncthing.service" = { allowOffline = true; };
  };
}