This is mainly to unify the error messages for more convenient and consistent translation. Also allows somewhat more convenience if additional checks are needed.
7 lines
116 B
Nix
7 lines
116 B
Nix
{
|
|
home.uid = 1000;
|
|
|
|
nmt.script = ''
|
|
assertFileContains activate 'checkStringEq UID "$(id -u)" 1000'
|
|
'';
|
|
}
|