This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
13
tests/build/nixos-server/users.nix
Normal file
13
tests/build/nixos-server/users.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.nixosModules.normalUsers
|
||||
];
|
||||
|
||||
normalUsers.test-user = {
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue