s/vmailUIDStart/vmailUID/g

The name vmailUIDStart is not consistent with how it is being used (as the UID
of the vmail user).
This commit is contained in:
Ruben Maher 2017-11-19 07:08:26 +10:30
parent 50a3fa9edc
commit cd85fd9d2f
3 changed files with 7 additions and 6 deletions

View file

@ -35,7 +35,7 @@ import <nixpkgs/nixos/tests/make-test.nix> {
};
vmailGroupName = "vmail";
vmailUIDStart = 5000;
vmailUID = 5000;
};
};