Wtf why did it remove everything.
This commit is contained in:
parent
d58b606d90
commit
2144d9ef61
73 changed files with 1077 additions and 0 deletions
4
modules/system/accounts/groups/default.nix
Normal file
4
modules/system/accounts/groups/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./nfsShare ];
|
||||
}
|
4
modules/system/accounts/groups/nfsShare/default.nix
Normal file
4
modules/system/accounts/groups/nfsShare/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
users.groups.nfsShare.gid = 983;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue