9 lines
No EOL
132 B
Nix
9 lines
No EOL
132 B
Nix
{ ... }:
|
|
|
|
{
|
|
users.users."clash-meta" = {
|
|
isSystemUser = true;
|
|
group = "clash-meta";
|
|
};
|
|
users.groups.clash-meta = {};
|
|
} |