1 2 3 4 5 6 7 8
{config, ...}: { users.users.root = { home = "/root"; uid = config.ids.uids.root; group = "root"; initialHashedPassword = "***REMOVED***"; }; }