Overview

Stateless management of Serpent OS user accounts

As a stateless distribution, Serpent OS does not permit the modification of /etc/passwd and co by packages or triggers. Instead, we integrate nss-systemd and userdb.

The main benefit with this approach is ensuring that we do not directly mutate system files, and that unlike the sysusers mechanism, removal of a package ensures these system user and group definitions are no longer available.