Extract opdavies user
This commit is contained in:
parent
07e0b47988
commit
ba76093a41
7 changed files with 20 additions and 17 deletions
14
nix/users/opdavies/default.nix
Normal file
14
nix/users/opdavies/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
users.users.opdavies = {
|
||||
description = "Oliver Davies";
|
||||
isNormalUser = true;
|
||||
|
||||
extraGroups = [
|
||||
"docker"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
|
||||
packages = [ ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue