nixos-config/modules/system/accounts/groups/nfsShare/default.nix

5 lines
48 B
Nix
Raw Permalink Normal View History

2024-10-09 03:36:08 -04:00
{ ... }:
{
2024-12-22 22:02:10 -05:00
users.groups.nfsShare.gid = 983;
}