aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/share/default.nix
blob: c4ee4ff74248b99e833bf2bf72c9659cd3a69f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ ... }:
{
  users = {
    users.share = {
      uid = 994;
      isSystemUser = true;
      group = "share";
    };
    groups.share.gid = 994;
  };
}