add static ids
This commit is contained in:
parent
d29a421cc7
commit
28ff135610
2 changed files with 11 additions and 0 deletions
10
hosts/fw.cloonar.com/modules/statidids.nix
Normal file
10
hosts/fw.cloonar.com/modules/statidids.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{}: {
|
||||
config.ids = {
|
||||
uids = {
|
||||
unbound = 10001;
|
||||
};
|
||||
gids = {
|
||||
unbound = 10001;
|
||||
}
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue