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
170 B
Nix
7 lines
170 B
Nix
{
|
|
# home.uid defaults to null, so checkUid should not be called in the activation script
|
|
|
|
nmt.script = ''
|
|
assertFileNotRegex activate "checkStringEq UID"
|
|
'';
|
|
}
|